Unpin Rust from 1.82.0 (#19302)
This commit is contained in:
@@ -7,4 +7,4 @@ if command -v yum &> /dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install a Rust toolchain
|
# Install a Rust toolchain
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.82.0 -y --profile minimal
|
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal
|
||||||
|
|||||||
2
.github/workflows/release-artifacts.yml
vendored
2
.github/workflows/release-artifacts.yml
vendored
@@ -5,7 +5,7 @@ name: Build release artifacts
|
|||||||
on:
|
on:
|
||||||
# we build on PRs and develop to (hopefully) get early warning
|
# we build on PRs and develop to (hopefully) get early warning
|
||||||
# of things breaking (but only build one set of debs). PRs skip
|
# of things breaking (but only build one set of debs). PRs skip
|
||||||
# building wheels on macOS & ARM.
|
# building wheels on ARM.
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: ["develop", "release-*"]
|
branches: ["develop", "release-*"]
|
||||||
|
|||||||
1
changelog.d/19302.misc
Normal file
1
changelog.d/19302.misc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Unpin the version of Rust we use to build Synapse wheels (was 1.82.0) now that MacOS support has been dropped.
|
||||||
@@ -471,9 +471,6 @@ skip = "cp3??t-* *i686* *macosx*"
|
|||||||
enable = "pypy"
|
enable = "pypy"
|
||||||
|
|
||||||
# We need a rust compiler.
|
# We need a rust compiler.
|
||||||
#
|
|
||||||
# We temporarily pin Rust to 1.82.0 to work around
|
|
||||||
# https://github.com/element-hq/synapse/issues/17988
|
|
||||||
before-all = "sh .ci/before_build_wheel.sh"
|
before-all = "sh .ci/before_build_wheel.sh"
|
||||||
environment= { PATH = "$PATH:$HOME/.cargo/bin" }
|
environment= { PATH = "$PATH:$HOME/.cargo/bin" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user