mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-03 08:21:04 +00:00
Merge #1185
1185: Bump supported Rust version to 1.40.0 r=MarkMcCaskey a=MarkMcCaskey Rust 1.41.0 released yesterday Co-authored-by: Mark McCaskey <mark@wasmer.io>
This commit is contained in:
commit
a54f4e730e
@ -1,4 +1,4 @@
|
|||||||
FROM circleci/rust:1.39.0-stretch as wasmer-build-env
|
FROM circleci/rust:1.40.0-stretch as wasmer-build-env
|
||||||
RUN sudo apt-get update && \
|
RUN sudo apt-get update && \
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
cmake \
|
cmake \
|
||||||
|
@ -174,7 +174,7 @@ nginx and Lua do not work on Windows - you can track the progress on [this issue
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
[](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)
|
[](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
|
||||||
|
|
||||||
Wasmer is built with [Cargo](https://crates.io/), the Rust package manager.
|
Wasmer is built with [Cargo](https://crates.io/), the Rust package manager.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ jobs:
|
|||||||
- script: cargo fmt --all -- --check
|
- script: cargo fmt --all -- --check
|
||||||
displayName: Lint
|
displayName: Lint
|
||||||
variables:
|
variables:
|
||||||
rust_toolchain: '1.39.0'
|
rust_toolchain: '1.40.0'
|
||||||
|
|
||||||
- job: clippy_lint
|
- job: clippy_lint
|
||||||
pool:
|
pool:
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
CARGO_HTTP_CHECK_REVOKE: false
|
CARGO_HTTP_CHECK_REVOKE: false
|
||||||
windows:
|
windows:
|
||||||
imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
rust_toolchain: '1.39.0'
|
rust_toolchain: '1.40.0'
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
|
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
MACOSX_DEPLOYMENT_TARGET: 10.10
|
MACOSX_DEPLOYMENT_TARGET: 10.10
|
||||||
windows:
|
windows:
|
||||||
imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
rust_toolchain: '1.39.0'
|
rust_toolchain: '1.40.0'
|
||||||
# RUSTFLAGS: -Ctarget-feature=+crt-static
|
# RUSTFLAGS: -Ctarget-feature=+crt-static
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
@ -188,7 +188,7 @@ jobs:
|
|||||||
MACOSX_DEPLOYMENT_TARGET: 10.10
|
MACOSX_DEPLOYMENT_TARGET: 10.10
|
||||||
windows:
|
windows:
|
||||||
imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
rust_toolchain: '1.39.0'
|
rust_toolchain: '1.40.0'
|
||||||
# RUSTFLAGS: -Ctarget-feature=+crt-static
|
# RUSTFLAGS: -Ctarget-feature=+crt-static
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user