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

boot test s390 #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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