Skip to content

Commit

Permalink
Fix llpc update error
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Mar 22, 2024
1 parent e91a935 commit 0f4d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/update-llpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail

# Sync the repos. Replace the base LLPC with a freshly checked-out one.
cat /vulkandriver/build_info.txt
(cd /vulkandriver/drivers/third_party/glslang && git checkout .)
(rm /vulkandriver/drivers/third_party/glslang -rf)
(cd /vulkandriver && repo sync -c --no-clone-bundle -j$(nproc))
sed -i -e 's/enum MemoryAccessMask {/enum MemoryAccessMask : unsigned int {/g' /vulkandriver/drivers/third_party/glslang/SPIRV/spirv.hpp
sed -i -e 's/enum ImageOperandsMask {/enum ImageOperandsMask : unsigned int {/g' /vulkandriver/drivers/third_party/glslang/SPIRV/spirv.hpp
Expand Down

0 comments on commit 0f4d3fe

Please sign in to comment.