remove travis ppc64le CI

This commit is contained in:
Sun Yimin 2022-06-14 09:01:52 +08:00 committed by GitHub
parent f5bd2cabad
commit 5d5e5603bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,6 @@ language: go
jobs: jobs:
include: include:
- arch: ppc64le
go: 1.17.x
- arch: arm64-graviton2 - arch: arm64-graviton2
virt: vm virt: vm
os: linux os: linux

View File

@ -1,6 +1,8 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build amd64 && !generic
// +build amd64,!generic
#include "textflag.h" #include "textflag.h"

View File

@ -1,6 +1,8 @@
// Copyright 2020 The Go Authors. All rights reserved. // Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build arm64 && !generic
// +build arm64,!generic
#include "textflag.h" #include "textflag.h"

View File

@ -1,3 +1,4 @@
//go:build amd64 && !generic
// +build amd64,!generic // +build amd64,!generic
#define storeBlock(a0,a1,a2,a3, r) \ #define storeBlock(a0,a1,a2,a3, r) \

View File

@ -1,3 +1,4 @@
//go:build arm64 && !generic
// +build arm64,!generic // +build arm64,!generic
#define storeBlock(a0,a1,a2,a3, r) \ #define storeBlock(a0,a1,a2,a3, r) \