From 2148b66c52818b564d721471912ba6cdb60ae22f Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Wed, 1 Apr 2020 15:03:31 -0700 Subject: [PATCH] travis: Use integrated assembler for RISCV This works fine and avoids the error in the issue below. [skip ci] Closes: https://github.com/ClangBuiltLinux/linux/issues/967 Presubmit: https://travis-ci.com/github/nathanchance/continuous-integration/builds/157639008 Signed-off-by: Nathan Chancellor --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc8b61c..a22ee86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,8 +54,8 @@ jobs: - name: "ARCH=ppc64le LD=ld.lld REPO=linux-next" env: ARCH=ppc64le LD=ld.lld REPO=linux-next if: type = cron - - name: "ARCH=riscv REPO=linux-next BOOT=0" - env: ARCH=riscv REPO=linux-next + - name: "ARCH=riscv AS=clang REPO=linux-next BOOT=0" + env: ARCH=riscv AS=clang REPO=linux-next if: type = cron - name: "ARCH=s390 BOOT=0 REPO=linux-next" env: ARCH=s390 REPO=linux-next