Skip to content

Commit

Permalink
Test new vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Petrov committed Nov 29, 2024
1 parent 239e74e commit 1f7a1d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analysis_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:
python3-devel python3-pip perl-IPC-Cmd
echo CC=/opt/rh/gcc-toolset-10/root/bin/gcc | tee -a $GITHUB_ENV
echo CMAKE_C_COMPILER=/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 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 | tee -a $GITHUB_ENV
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/benchmark_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
python3-devel python3-pip perl-IPC-Cmd
echo CC=/opt/rh/gcc-toolset-10/root/bin/gcc | tee -a $GITHUB_ENV
echo CMAKE_C_COMPILER=/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 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 | tee -a $GITHUB_ENV
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
python3-devel python3-pip perl-IPC-Cmd
echo CC=/opt/rh/gcc-toolset-10/root/bin/gcc | tee -a $GITHUB_ENV
echo CMAKE_C_COMPILER=/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 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 | tee -a $GITHUB_ENV
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
Expand Down

0 comments on commit 1f7a1d3

Please sign in to comment.