Skip to content

Commit c5da613

Browse files
Workflow fixes
1 parent 5b9ddc4 commit c5da613

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set(CMAKE_SYSTEM_PROCESSOR s390x)
2+
set(triple s390x-linux-gnu)
3+
4+
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)

.github/workflows/cross-s390x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ matrix.sys.compiler == 'gcc' }}
2020
run: |
2121
sudo apt-get update || exit 1
22-
sudo apt-get --no-install-suggests --no-install-recommends install g++-${{ matrix.sys.version }}-${{ matrix.target.dir }} g++-${{ matrix.sys.version }}-multilib || exit 1
22+
sudo apt-get -y --no-install-suggests --no-install-recommends install g++-${{ matrix.sys.version }}-${{ matrix.target.dir }} g++-${{ matrix.sys.version }}-multilib cmake || exit 1
2323
sudo update-alternatives --remove-all ${{ matrix.target.dir }}-gcc || true
2424
sudo update-alternatives --remove-all ${{ matrix.target.dir }}-g++ || true
2525
sudo update-alternatives --install /usr/bin/${{ matrix.target.dir }}-gcc ${{ matrix.target.dir }}-gcc /usr/bin/${{ matrix.target.dir }}-gcc-${{ matrix.sys.version }} 20

0 commit comments

Comments
 (0)