mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
docker: Add appropriate libclc-dev for the specific LLVM epoch. (ubuntu/clang)
This commit is contained in:
parent
13d21ca83c
commit
24cb1b804f
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ args_toolchain()
|
|||
extra_dev="clang-${_epoch}"
|
||||
extra_dev="${extra_dev} llvm-${_epoch}"
|
||||
extra_dev="${extra_dev} llvm-spirv-${_epoch}"
|
||||
extra_dev="${extra_dev} libclc-${_epoch}-dev"
|
||||
args="$args --build-arg extra_packages_dev=\"${extra_dev}\""
|
||||
args="$args --build-arg cc=clang-${_epoch} --build-arg cxx=clang++-${_epoch}"
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue