From 4b60f9c6a8b7c0c76ff96260ce8a3bbef9dd8982 Mon Sep 17 00:00:00 2001 From: Marcin Anforowicz Date: Sun, 1 Dec 2024 18:13:35 -0800 Subject: [PATCH] Changed cargo dist linux builder version --- dist-workspace.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index a03c321..6f062d1 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -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"