Skip to content

Commit

Permalink
Use nightly-2019-09-26-x86_64-unknown-linux-gnu in CI
Browse files Browse the repository at this point in the history
apcamargo committed Nov 22, 2019
1 parent cf1c0e2 commit 0b19682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ trigger:
variables:
CIBW_BUILD: cp36-* cp37-* cp38-*
CIBW_SKIP: "*_i686"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-09-26-x86_64-unknown-linux-gnu --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH"

jobs:

0 comments on commit 0b19682

Please sign in to comment.