We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b736f98 commit 49297ecCopy full SHA for 49297ec
1 file changed
.github/scripts/build-cuda.sh
@@ -32,8 +32,8 @@ if [ "${build_os:0:6}" == ubuntu ]; then
32
echo "Using image $image"
33
34
docker run -i -w /src -v "$PWD:/src" "$image" bash -c \
35
- "dnf update -y \
36
- && dnf install cmake gcc-toolset-11 -y \
+ "dnf -y --refresh update --security \
+ && dnf -y install cmake gcc-toolset-11 --setopt=install_weak_deps=False --setopt=tsflags=nodocs
37
&& source scl_source enable gcc-toolset-11 \
38
&& cmake -DCOMPUTE_BACKEND=cuda -DCOMPUTE_CAPABILITY=\"${build_capability}\" . \
39
&& cmake --build . --config Release"
0 commit comments