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

Commit 4e68860

Browse files
authored
Merge pull request #81 from nathanchance/arm-lld
Support building the arm32 kernel with lld
2 parents 552733f + 98aa96f commit 4e68860

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 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,12 @@ 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 REPO=linux-next"
37+
env: ARCH=arm32_v7 REPO=linux-next
38+
if: type = cron
39+
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
40+
env: ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
41+
if: type = cron
3342
- name: "ARCH=arm64 REPO=linux-next"
3443
env: ARCH=arm64 REPO=linux-next
3544
if: type = cron

0 commit comments

Comments
 (0)