File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
strategy :
12
12
matrix :
13
- arch : [x86_64, arm64, ppc64le]
13
+ arch : [arm64, ppc64le, x86_64 ]
14
14
toolchain : [gcc, clang, llvm]
15
15
config : [debug, release]
16
16
rustc : [2021-02-20]
@@ -29,15 +29,15 @@ jobs:
29
29
# - The other three (`install`, `sysroot`) combinations
30
30
# (they are interrelated, so the cross-product needs to be tested)
31
31
include :
32
- - arch : x86_64
32
+ - arch : arm64
33
33
toolchain : gcc
34
34
config : debug
35
35
rustc : 2021-02-20
36
36
output : build
37
37
install : rustup
38
38
sysroot : custom
39
39
40
- - arch : arm64
40
+ - arch : ppc64le
41
41
toolchain : clang
42
42
config : release
43
43
rustc : 2021-02-20
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ config LLD_VERSION
58
58
default 0
59
59
60
60
config HAS_RUST
61
- depends on ARM64 || X86_64 || (PPC64 && CPU_LITTLE_ENDIAN)
61
+ depends on ARM64 || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64
62
62
def_bool $(success,$(RUSTC) --version)
63
63
64
64
config RUSTC_VERSION
You can’t perform that action at this time.
0 commit comments