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

Commit 015b62c

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 0054208 commit 015b62c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ language: cpp
22
matrix:
33
include:
44
# linux
5-
- name: "ARCH=arm"
6-
env: ARCH=arm
5+
- name: "ARCH=arm LD=ld.lld"
6+
env: ARCH=arm LD=ld.lld-8
77
- name: "ARCH=arm64 LD=ld.lld"
88
env: ARCH=arm64 LD=ld.lld-8
99
- name: "ARCH=ppc64le"
1010
env: ARCH=ppc64le
1111
- name: "ARCH=x86_64"
1212
env: ARCH=x86_64
1313
# linux (cron only)
14+
- name: "ARCH=arm"
15+
env: ARCH=arm
16+
if: type = cron
1417
- name: "ARCH=arm64"
1518
env: ARCH=arm64
1619
if: type = cron

0 commit comments

Comments
 (0)