Skip to content

Commit

Permalink
Remove clang-7 requirement for vulkan. (#8107)
Browse files Browse the repository at this point in the history
* Breaks build with new 18.04 ci-gpu docker container.
  • Loading branch information
areusch authored May 22, 2021
1 parent c30fbf1 commit 2f29679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/scripts/task_config_build_gpu_vulkan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ echo set\(USE_VULKAN ON\) >> config.cmake
echo set\(USE_MICRO ON\) >> config.cmake
echo set\(USE_PROFILER ON\) >> config.cmake
echo set\(USE_LIBBACKTRACE OFF\) >> config.cmake
echo set\(CMAKE_CXX_COMPILER clang-7\) >> config.cmake
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake

0 comments on commit 2f29679

Please sign in to comment.