Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 11794cd

Browse files
committed
ci: enable integrated-as on selected arches on linux-next
[skip ci]
1 parent 50b5772 commit 11794cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
# linux (cron only)
3232
#
3333
# linux-next (cron only)
34-
- name: "ARCH=arm32_v5 LD=ld.lld REPO=linux-next"
35-
env: ARCH=arm32_v5 LD=ld.lld REPO=linux-next
34+
- name: "ARCH=arm32_v5 LD=ld.lld LLVM_IAS=1 REPO=linux-next"
35+
env: ARCH=arm32_v5 LD=ld.lld LLVM_IAS=1 REPO=linux-next
3636
if: type = cron
3737
- name: "ARCH=arm32_v6 REPO=linux-next"
3838
env: ARCH=arm32_v6 REPO=linux-next
3939
if: type = cron
4040
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
4141
env: ARCH=arm32_v7 LD=ld.lld REPO=linux-next
4242
if: type = cron
43-
- name: "ARCH=arm64 LD=ld.lld REPO=linux-next"
44-
env: ARCH=arm64 LD=ld.lld REPO=linux-next
43+
- name: "ARCH=arm64 LD=ld.lld LLVM_IAS=1 REPO=linux-next"
44+
env: ARCH=arm64 LD=ld.lld LLVM_IAS=1 REPO=linux-next
4545
if: type = cron
4646
- name: "ARCH=mips LD=ld.lld REPO=linux-next"
4747
env: ARCH=mips LD=ld.lld REPO=linux-next
@@ -64,11 +64,11 @@ jobs:
6464
- name: "ARCH=s390 BOOT=0 REPO=linux-next"
6565
env: ARCH=s390 REPO=linux-next
6666
if: type = cron
67-
- name: "ARCH=x86 LD=ld.lld REPO=linux-next"
68-
env: ARCH=x86 LD=ld.lld REPO=linux-next
67+
- name: "ARCH=x86 LD=ld.lld LLVM_IAS=1 REPO=linux-next"
68+
env: ARCH=x86 LD=ld.lld LLVM_IAS=1 REPO=linux-next
6969
if: type = cron
70-
- name: "ARCH=x86_64 LD=ld.lld REPO=linux-next"
71-
env: ARCH=x86_64 LD=ld.lld REPO=linux-next
70+
- name: "ARCH=x86_64 LD=ld.lld LLVM_IAS=1 REPO=linux-next"
71+
env: ARCH=x86_64 LD=ld.lld LLVM_IAS=1 REPO=linux-next
7272
if: type = cron
7373
# stable
7474
- name: "ARCH=arm32_v7 LD=ld.lld REPO=5.4"

0 commit comments

Comments
 (0)