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

Commit

Permalink
boot test s390
Browse files Browse the repository at this point in the history
Now that we have the buildroot image, we can boot test.

Fixes: #232
Signed-off-by: Nick Desaulniers <[email protected]>
  • Loading branch information
nickdesaulniers committed Oct 16, 2020
1 parent a366056 commit b7ef385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
env: ARCH=ppc64le LD=ld.lld
- name: "ARCH=riscv BOOT=false LLVM_IAS=1"
env: ARCH=riscv BOOT=false LLVM_IAS=1
- name: "ARCH=s390 BOOT=false"
env: ARCH=s390 BOOT=false
- name: "ARCH=s390"
env: ARCH=s390
- name: "ARCH=x86 LLVM=1 LLVM_IAS=1"
env: ARCH=x86 LLVM=1 LLVM_IAS=1
- name: "ARCH=x86_64 LLVM=1 LLVM_IAS=1"
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
- name: "ARCH=riscv BOOT=false LLVM_IAS=1 REPO=linux-next"
env: ARCH=riscv BOOT=false LLVM_IAS=1 REPO=linux-next
if: type = cron
- name: "ARCH=s390 BOOT=false REPO=linux-next"
env: ARCH=s390 REPO=linux-next BOOT=false
- name: "ARCH=s390 REPO=linux-next"
env: ARCH=s390 REPO=linux-next
if: type = cron
- name: "ARCH=x86 LLVM=1 LLVM_IAS=1 REPO=linux-next"
env: ARCH=x86 LLVM=1 LLVM_IAS=1 REPO=linux-next
Expand Down

0 comments on commit b7ef385

Please sign in to comment.