Skip to content

Commit 23d1ad1

Browse files
CUDA build script: only install security updates in container
1 parent 49297ec commit 23d1ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
3333

3434
docker run -i -w /src -v "$PWD:/src" "$image" bash -c \
3535
"dnf -y --refresh update --security \
36-
&& dnf -y install cmake gcc-toolset-11 --setopt=install_weak_deps=False --setopt=tsflags=nodocs
36+
&& dnf -y install cmake gcc-toolset-11 --setopt=install_weak_deps=False --setopt=tsflags=nodocs \
3737
&& source scl_source enable gcc-toolset-11 \
3838
&& cmake -DCOMPUTE_BACKEND=cuda -DCOMPUTE_CAPABILITY=\"${build_capability}\" . \
3939
&& cmake --build . --config Release"

0 commit comments

Comments
 (0)