Skip to content

Commit

Permalink
try relay-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Mar 15, 2024
1 parent 709cf2d commit 757d45a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
pre-build = [
# "dpkg --add-architecture $CROSS_DEB_ARCH",
# "apt-get update && apt-get --assume-yes install -f -o Dpkg::Options::=\"--force-overwrite\" libclang-dev:$CROSS_DEB_ARCH"
"printf \"deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-12 main\" |sudo tee /etc/apt/sources.list.d/llvm-toolchain-xenial-12.list",
"wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key |sudo apt-key add -",
# "apt-get update && apt-cache search clang && apt-get --assume-yes install libclang-5.0-dev clang-3.8"
"apt-get update && apt-cache search clang && apt-get --assume-yes install llvm-12"
]

0 comments on commit 757d45a

Please sign in to comment.