Skip to content

Commit

Permalink
[CI] Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Dec 4, 2024
1 parent 1e38df7 commit 1d04cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/amdvlk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ COPY docker/update-llpc.sh /vulkandriver/
WORKDIR /vulkandriver/builds/ci-build
RUN EXTRA_COMPILER_FLAGS=() \
&& EXTRA_LINKER_FLAGS=() \
&& EXTRA_FLAGS=("") \
&& EXTRA_FLAGS=() \
&& SANITIZERS=() \
&& if echo "$FEATURES" | grep -q "+gcc" ; then \
EXTRA_FLAGS+=("-DCMAKE_C_COMPILER=gcc"); \
Expand Down

0 comments on commit 1d04cdc

Please sign in to comment.