Skip to content

Commit

Permalink
Update to clang 7 and add rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 5, 2023
1 parent 79088bf commit 18d5602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

[build]
pre-build = [
"apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends gcc g++ pkg-config libssl-dev libsasl2-dev llvm-dev libclang-6.0-dev clang-6.0 && echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list && apt-get update && apt-get install -y --allow-unauthenticated linux-libc-dev=5.10.127-2~bpo10+1 liburing-dev clang liburing1"
"apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends pkg-config libssl-dev libsasl2-dev llvm-dev libclang-7-dev clang-7 lldb-7 lld-7 && echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list && apt-get update && apt-get install -y --allow-unauthenticated linux-libc-dev=5.10.127-2~bpo10+1 liburing-dev liburing1"
]
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.67.1

0 comments on commit 18d5602

Please sign in to comment.