Skip to content

Commit

Permalink
Installing liburing1 package during cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 5, 2023
1 parent 71d6313 commit df1ae4f
Showing 1 changed file with 1 addition 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 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"
"apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends 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"
]

0 comments on commit df1ae4f

Please sign in to comment.