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 1e38df7 commit 1d04cdcCopy full SHA for 1d04cdc
docker/amdvlk.Dockerfile
@@ -73,7 +73,7 @@ COPY docker/update-llpc.sh /vulkandriver/
73
WORKDIR /vulkandriver/builds/ci-build
74
RUN EXTRA_COMPILER_FLAGS=() \
75
&& EXTRA_LINKER_FLAGS=() \
76
- && EXTRA_FLAGS=("") \
+ && EXTRA_FLAGS=() \
77
&& SANITIZERS=() \
78
&& if echo "$FEATURES" | grep -q "+gcc" ; then \
79
EXTRA_FLAGS+=("-DCMAKE_C_COMPILER=gcc"); \
0 commit comments