Skip to content

Commit 87b165c

Browse files
authored
bump clang in cross.toml (#4602)
1 parent 1440dc0 commit 87b165c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cross.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.x86_64-unknown-linux-gnu]
2-
pre-build = ["apt-get install -y cmake clang-3.9"]
2+
pre-build = ["apt-get install -y cmake clang-5.0"]
33

44
[target.aarch64-unknown-linux-gnu]
5-
pre-build = ["apt-get install -y cmake clang-3.9"]
5+
pre-build = ["apt-get install -y cmake clang-5.0"]

0 commit comments

Comments
 (0)