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

Commit de0ab20

Browse files
committed
Enable lld for ppc64
1 parent 5620a63 commit de0ab20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ matrix:
1212
env: ARCH=arm64 LD=ld.lld-9
1313
- name: "ARCH=ppc32"
1414
env: ARCH=ppc32
15-
- name: "ARCH=ppc64le"
16-
env: ARCH=ppc64le
15+
- name: "ARCH=ppc64le LD=ld.lld"
16+
env: ARCH=ppc64le LD=ld.lld-9
1717
- name: "ARCH=x86_64 LD=ld.lld"
1818
env: ARCH=x86_64 LD=ld.lld-9
1919
# linux (cron only)
@@ -34,8 +34,8 @@ matrix:
3434
- name: "ARCH=ppc32 REPO=linux-next"
3535
env: ARCH=ppc32 REPO=linux-next
3636
if: type = cron
37-
- name: "ARCH=ppc64le REPO=linux-next"
38-
env: ARCH=ppc64le REPO=linux-next
37+
- name: "ARCH=ppc64le LD=ld.lld REPO=linux-next"
38+
env: ARCH=ppc64le LD=ld.lld-9 REPO=linux-next
3939
if: type = cron
4040
- name: "ARCH=x86_64 LD=ld.lld REPO=linux-next"
4141
env: ARCH=x86_64 LD=ld.lld-9 REPO=linux-next

0 commit comments

Comments
 (0)