-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRi#4830: Downgrade to CMake 3.19.7 to avoid 32-bit failures (#2400)
CMake 3.20 on GA CI fails to link 32-bit binaries, so we downgrade our jobs to 3.19.7 for now. Issue: DynamoRIO/dynamorio#4830
- release_2.6.0
- release_2.5.0
- release_2.4.0
- release_2.4.0-2
- release_2.4.0-1
- cronbuild-2.6.20133
- cronbuild-2.6.20125
- cronbuild-2.6.20103
- cronbuild-2.6.20005
- cronbuild-2.6.20000
- cronbuild-2.6.19989
- cronbuild-2.6.19984
- cronbuild-2.6.19800
- cronbuild-2.6.19760
- cronbuild-2.6.19737
- cronbuild-2.6.19621
- cronbuild-2.5.19327
- cronbuild-2.5.19314
- cronbuild-2.5.19296
- cronbuild-2.5.19287
- cronbuild-2.5.19232
- cronbuild-2.5.19128
- cronbuild-2.5.19078
- cronbuild-2.5.19012
- cronbuild-2.5.18967
- cronbuild-2.5.18954
- cronbuild-2.5.18939
- cronbuild-2.5.18918
- cronbuild-2.4.18900
- cronbuild-2.4.18877
- cronbuild-2.4.18870
- cronbuild-2.3.18806
- cronbuild-2.3.18775
- cronbuild-2.3.18722
1 parent
6fd2316
commit 285ef70
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |