mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 20:04:41 +00:00
bump clang in cross.toml (#4602)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
pre-build = ["apt-get install -y cmake clang-3.9"]
|
pre-build = ["apt-get install -y cmake clang-5.0"]
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-gnu]
|
[target.aarch64-unknown-linux-gnu]
|
||||||
pre-build = ["apt-get install -y cmake clang-3.9"]
|
pre-build = ["apt-get install -y cmake clang-5.0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user