Skip to content

Commit

Permalink
Changed cargo dist linux builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
manforowicz committed Dec 2, 2024
1 parent f0d67fd commit 4b60f9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pr-run-mode = "plan"
# The archive format to use for non-windows builds (defaults .tar.xz)
unix-archive = ".tar.gz"

# aws-lc-sys may require clang to build on Linux.
[dist.dependencies.apt]
clang = '*'
# aws-lc-sys requires a new version of gcc,
# show we use ubuntu-latest when building for linux
[dist.github-custom-runners]
x86_64-unknown-linux-gnu = "ubuntu-latest"

0 comments on commit 4b60f9c

Please sign in to comment.