Skip to content

Commit

Permalink
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-clang.yml
Original file line number Diff line number Diff line change
@@ -62,6 +62,12 @@ jobs:
sudo apt-get update
sudo apt-get -y install doxygen jsonlint g++-multilib
# Downgrade from cmake 3.20 to avoid 32-bit toolchain problems (DRi#4830).
- name: Downgrade cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.7'

- name: Run Suite
working-directory: ${{ github.workspace }}
run: ./tests/runsuite_wrapper.pl travis
6 changes: 6 additions & 0 deletions .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
@@ -61,6 +61,12 @@ jobs:
sudo apt-get update
sudo apt-get -y install doxygen jsonlint g++-multilib
# Downgrade from cmake 3.20 to avoid 32-bit toolchain problems (DRi#4830).
- name: Downgrade cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.7'

- name: Get Version
id: version
# XXX: For now we duplicate this version number here with CMakeLists.txt.
6 changes: 6 additions & 0 deletions .github/workflows/ci-x86.yml
Original file line number Diff line number Diff line change
@@ -67,6 +67,12 @@ jobs:
sudo apt-get update
sudo apt-get -y install doxygen jsonlint g++-multilib
# Downgrade from cmake 3.20 to avoid 32-bit toolchain problems (DRi#4830).
- name: Downgrade cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.7'

- name: Run Suite
working-directory: ${{ github.workspace }}
run: ./tests/runsuite_wrapper.pl travis

0 comments on commit 285ef70

Please sign in to comment.