Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Aug 15, 2024
1 parent 84718e2 commit 004a045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/linux_arm64/rh8/build_lgpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ yum-config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/
dnf -y install cuda-toolkit-${CUDA_VERSION}-0 git openssh wget

# Set environments
PATH=/opt/rh/gcc-toolset-12/root/usr/bin:$PATH:/usr/local/cuda-${{ matrix.cuda_version }}/bin \
LD_LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib:/opt/rh/gcc-toolset-12/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-12/root/usr/lib/dyninst:$LD_LIBRARY_PATH:/usr/local/cuda-${{ matrix.cuda_version }}/lib64 \
PATH=/opt/rh/gcc-toolset-12/root/usr/bin:$PATH:/usr/local/cuda-${{ matrix.cuda_version }}/bin

Check failure on line 49 in .github/workflows/scripts/linux_arm64/rh8/build_lgpu.sh

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/scripts/linux_arm64/rh8/build_lgpu.sh#L49

Parameter expansions can't start with {. Double check syntax. (SC2296)
LD_LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib:/opt/rh/gcc-toolset-12/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-12/root/usr/lib/dyninst:$LD_LIBRARY_PATH:/usr/local/cuda-${{ matrix.cuda_version }}/lib64

Check failure on line 50 in .github/workflows/scripts/linux_arm64/rh8/build_lgpu.sh

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/scripts/linux_arm64/rh8/build_lgpu.sh#L50

Parameter expansions can't start with {. Double check syntax. (SC2296)
PKG_CONFIG_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64/pkgconfig:$PKG_CONFIG_PATH

# Configure pyproject.toml file
Expand Down

0 comments on commit 004a045

Please sign in to comment.