From e5732d7d10cd85a76884ca03dbc001cef4d1e324 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 10 May 2023 11:02:42 -0400 Subject: [PATCH 1/3] test wheel-builder with nightly see https://github.com/rust-lang/rust/pull/107129#issuecomment-1540966716 --- .github/workflows/wheel-builder.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index b64828ab61dc..5039ee7c1ff9 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -98,6 +98,11 @@ jobs: sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release if: matrix.MANYLINUX.NAME == 'musllinux_1_1_aarch64' + - run: | + rustup toolchain add nightly + rustup default nightly + rustc --version + - uses: actions/download-artifact@v3.0.2 with: name: cryptography-sdist From cd3f7dba040667134b82666019b60521c37df8b2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 10 May 2023 11:08:20 -0400 Subject: [PATCH 2/3] Update wheel-builder.yml --- .github/workflows/wheel-builder.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 5039ee7c1ff9..47a441f0b73e 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -102,6 +102,8 @@ jobs: rustup toolchain add nightly rustup default nightly rustc --version + env: + RUSTUP_HOME: /root/.rustup - uses: actions/download-artifact@v3.0.2 with: From 8b549ed9da395aba3948e2b674371c40310fda2b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 10 May 2023 11:16:31 -0400 Subject: [PATCH 3/3] Update wheel-builder.yml --- .github/workflows/wheel-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 47a441f0b73e..38ca5771cf89 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -104,6 +104,7 @@ jobs: rustc --version env: RUSTUP_HOME: /root/.rustup + CARGO_HOME: /root/.cargo - uses: actions/download-artifact@v3.0.2 with: