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

Commit c5cb46f

Browse files
committed
travis: Build presubmit arm32 build with lld
Demote ld.bfd to cron only just to make sure it still works. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent f9f67d4 commit c5cb46f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ matrix:
66
env: ARCH=arm32_v5
77
- name: "ARCH=arm32_v6"
88
env: ARCH=arm32_v6
9-
- name: "ARCH=arm32_v7"
10-
env: ARCH=arm32_v7
9+
- name: "ARCH=arm32_v7 LD=ld.lld"
10+
env: ARCH=arm32_v7 LD=ld.lld-9
1111
- name: "ARCH=arm64 LD=ld.lld"
1212
env: ARCH=arm64 LD=ld.lld-9
1313
- name: "ARCH=ppc32"
@@ -17,6 +17,9 @@ matrix:
1717
- name: "ARCH=x86_64"
1818
env: ARCH=x86_64
1919
# linux (cron only)
20+
- name: "ARCH=arm32_v7"
21+
env: ARCH=arm32_v7
22+
if: type = cron
2023
- name: "ARCH=arm64"
2124
env: ARCH=arm64
2225
if: type = cron
@@ -30,6 +33,9 @@ matrix:
3033
- name: "ARCH=arm32_v7 REPO=linux-next"
3134
env: ARCH=arm32_v7 REPO=linux-next
3235
if: type = cron
36+
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
37+
env: ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
38+
if: type = cron
3339
- name: "ARCH=arm64 REPO=linux-next"
3440
env: ARCH=arm64 REPO=linux-next
3541
if: type = cron

0 commit comments

Comments
 (0)