Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update powerpc64le builds #160

Merged
merged 3 commits into from
Jul 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,10 +1123,10 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_4761930fb3185292c157074cdf5031ca:
_3f3a86728b9bc2f14f25d79aec646231:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=powerpc LLVM=1 LLVM_VERSION=11 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
name: ARCH=powerpc LLVM=1 LD=powerpc64le-linux-gnu-ld LLVM_VERSION=11 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
env:
ARCH: powerpc
LLVM_VERSION: 11
Expand Down Expand Up @@ -1417,10 +1417,10 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_e84945731add47fd90ec8c0c8b4754a0:
_a9d15cb6e4d3398b2fd067ab6a1fff56:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=powerpc LLVM=1 LLVM_VERSION=10 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
name: ARCH=powerpc LLVM=1 LD=powerpc64le-linux-gnu-ld LLVM_VERSION=10 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
env:
ARCH: powerpc
LLVM_VERSION: 10
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,27 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_a9d15cb6e4d3398b2fd067ab6a1fff56:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=powerpc LLVM=1 LD=powerpc64le-linux-gnu-ld LLVM_VERSION=10 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
env:
ARCH: powerpc
LLVM_VERSION: 10
INSTALL_DEPS: 1
BOOT: 1
CONFIG: powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Register clang error/warning problem matcher
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_470bd3fa38c92f94b430e3a89466a304:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
Expand Down
7 changes: 3 additions & 4 deletions generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ builds:
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, llvm_version: *llvm_11}
# - {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, llvm_version: *llvm_11}
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, llvm_version: *llvm_11}
- {<< : *ppc64le, << : *mainline, << : *ppc64_llvm, boot: true, llvm_version: *llvm_11}
# https://github.com/ClangBuiltLinux/linux/issues/1023
# https://github.com/ClangBuiltLinux/linux/issues/1143
- {<< : *riscv_no_efi, << : *mainline, << : *riscv_llvm_full, boot: true, llvm_version: *llvm_11}
Expand Down Expand Up @@ -626,7 +626,7 @@ builds:
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, llvm_version: *llvm_10}
# - {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, llvm_version: *llvm_10}
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, llvm_version: *llvm_10}
- {<< : *ppc64le, << : *mainline, << : *ppc64_llvm, boot: true, llvm_version: *llvm_10}
- {<< : *s390, << : *mainline, << : *clang, boot: true, llvm_version: *llvm_10}
- {<< : *x86_64, << : *mainline, << : *llvm, boot: true, llvm_version: *llvm_10}
# x86_64: all{mod,yes}config builds disabled (https://github.com/ClangBuiltLinux/linux/issues/1293)
Expand Down Expand Up @@ -654,8 +654,7 @@ builds:
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, llvm_version: *llvm_10}
# - {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, llvm_version: *llvm_10}
# ppc64le: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1359)
# - {<< : *ppc64le, << : *next, << : *llvm, boot: true, llvm_version: *llvm_10}
- {<< : *ppc64le, << : *next, << : *ppc64_llvm, boot: true, llvm_version: *llvm_10}
# s390: Build disabled (https://lore.kernel.org/r/YMtib5hKVyNknZt3@osiris/)
# - {<< : *s390, << : *next, << : *clang, boot: true, llvm_version: *llvm_10}
- {<< : *x86_64, << : *next, << : *llvm, boot: true, llvm_version: *llvm_10}
Expand Down
2 changes: 2 additions & 0 deletions tuxsuite/mainline.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ sets:
- modules
kernel_image: zImage.epapr
make_variables:
LD: powerpc64le-linux-gnu-ld
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
Expand Down Expand Up @@ -896,6 +897,7 @@ sets:
- modules
kernel_image: zImage.epapr
make_variables:
LD: powerpc64le-linux-gnu-ld
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
Expand Down
15 changes: 15 additions & 0 deletions tuxsuite/next.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,21 @@ sets:
kernel_image: vmlinux
make_variables:
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git_ref: master
target_arch: powerpc
toolchain: clang-10
kconfig:
- powernv_defconfig
- CONFIG_PPC_DISABLE_WERROR=y
targets:
- config
- kernel
- modules
kernel_image: zImage.epapr
make_variables:
LD: powerpc64le-linux-gnu-ld
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git_ref: master
target_arch: x86_64
Expand Down