By configuring the build action properly the setup steps can be cached,
speeding up the build.
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
with:
arch: s390x
distro: ubuntu_latest
- run: |
- export COMPILER=gcc
- export COMPILER_VERSION=10
- export SANITIZE=no
- export QEMU_USER=1
-
+ githubToken: "${{ github.token }}"
+ env: |
+ COMPILER: gcc
+ COMPILER_VERSION: 10
+ SANITIZE: no
+ QEMU_USER: 1
+ install: |
# name: Ubuntu setup
.github/workflows/cibuild-setup-ubuntu.sh
+ run: |
git config --global --add safe.directory "$PWD"
# Configure & Make
.github/workflows/cibuild.sh CONFIGURE MAKE