File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ jobs:
164164 - uses : actions/checkout@v4
165165 with :
166166 submodules : true
167- - name : Install Rust 1.77.1
167+ - name : Install Rust 1.81.0
168168 run : |
169- rustup toolchain install 1.77.1
170- rustup target add wasm32-wasi --toolchain 1.77.1
169+ rustup toolchain install 1.81.0
170+ rustup target add wasm32-wasip1 --toolchain 1.81.0
171171 - name : Restore wasm-tools from cache
172172 uses : actions/cache@v3
173173 id : wasm-tools
@@ -193,10 +193,10 @@ jobs:
193193 - uses : actions/checkout@v4
194194 with :
195195 submodules : true
196- - name : Install Rust 1.77.1
196+ - name : Install Rust 1.81.0
197197 run : |
198- rustup toolchain install 1.77.1
199- rustup target add wasm32-wasi --toolchain 1.77.1
198+ rustup toolchain install 1.81.0
199+ rustup target add wasm32-wasip1 --toolchain 1.81.0
200200 - name : Restore wasm-tools from cache
201201 uses : actions/cache@v3
202202 id : wasm-tools
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ jobs:
8989 - uses : actions/checkout@v3
9090 with :
9191 submodules : true
92- - name : Install Rust 1.77.1
92+ - name : Install Rust 1.81.0
9393 run : |
94- rustup toolchain install 1.77.1
95- rustup target add wasm32-wasi --toolchain 1.77.1
94+ rustup toolchain install 1.81.0
95+ rustup target add wasm32-wasi --toolchain 1.81.0
9696 - name : Restore wasm-tools from cache
9797 uses : actions/cache@v3
9898 id : wasm-tools
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.27)
22
3+ #FIXME(1243)
4+ file (COPY "${CMAKE_CURRENT_SOURCE_DIR} /../rust-toolchain.toml" DESTINATION "${CMAKE_CURRENT_SOURCE_DIR} /../StarlingMonkey" )
5+
36include ("../StarlingMonkey/cmake/add_as_subproject.cmake" )
47
58add_builtin(
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.80 .0"
3- targets = [ " wasm32-wasip1 " ]
2+ channel = " 1.81 .0"
3+ targets = [" wasm32-wasip " ]
44profile = " minimal"
You can’t perform that action at this time.
0 commit comments