-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Georgi Petrov
committed
Nov 27, 2024
1 parent
9fdf578
commit 239e74e
Showing
3 changed files
with
15 additions
and
13 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
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
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 |
---|---|---|
|
@@ -74,10 +74,6 @@ jobs: | |
with: | ||
submodules: recursive # Just in case a dep has its own third-party deps | ||
|
||
- name: Configure sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.4.0" | ||
|
||
- name: Windows Pagefile | ||
if: matrix.os == 'windows' | ||
|
@@ -97,15 +93,21 @@ jobs: | |
unzip tar epel-release jq wget libcurl-devel python3 \ | ||
python3-devel python3-pip perl-IPC-Cmd | ||
echo CMAKE_C_COMPILER=/opt/rh/gcc-toolset-10/root/bin/gcc | tee -a $GITHUB_ENV | ||
echo CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV | ||
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst:${LD_LIBRARY_PATH} | tee -a $GITHUB_ENV | ||
echo CC=/opt/rh/gcc-toolset-10/root/bin/gcc | tee -a $GITHUB_ENV | ||
echo CXX=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV | ||
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV | ||
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH | ||
yum install -y mono-complete | ||
yum clean all | ||
- name: Configure sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.4.0" | ||
|
||
- name: Extra envs | ||
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets | ||
run: | | ||
|