Skip to content

Commit

Permalink
Add packages from virtualisation ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 5, 2023
1 parent 18d5602 commit 24750c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[build]
pre-build = [
"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"
"apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends pkg-config libssl-dev libsasl2-dev llvm-dev && 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",
"add-apt-repository ppa:savoury1/virtualisation && apt-get update && apt-get install -y curl gnutls-bin git build-essential clang-7 lldb-7 lld-7 liburing-dev"
]

0 comments on commit 24750c2

Please sign in to comment.