Skip to content

Commit

Permalink
remove setting PATH for gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaljain-apra committed May 31, 2024
1 parent ef422be commit db6c950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI-Linux-ARM64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
bootstrap-cmd: |
export PATH="$HOME/.local/bin/gcc-13:$PATH"
./vcpkg/bootstrap-vcpkg.sh
export PATH=$(echo $PATH | sed -e 's|$HOME/.local/bin/gcc-13:||')
bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh'
cache-path: './none'
cmake-conf-cmd: 'export VCPKG_FORCE_SYSTEM_BINARIES=1 && export VCPKG_OVERLAY_PORTS=../thirdparty/custom-overlay && cmake -B . -DENABLE_ARM64=ON ../base'
nProc: 6
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/CI-Linux-CUDA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
bootstrap-cmd: |
export PATH="$HOME/.local/bin/gcc-13:$PATH"
./vcpkg/bootstrap-vcpkg.sh
export PATH=$(echo $PATH | sed -e 's|$HOME/.local/bin/gcc-13:||')
bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh'
cache-path: './none'
nProc: 6
linux-cuda-publish:
Expand Down

0 comments on commit db6c950

Please sign in to comment.