Skip to content

Commit

Permalink
Update default toolchain version to 5.8 channel snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 4, 2023
1 parent fc64e87 commit bc8025c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
rm -r /var/lib/apt/lists/*

ENV CARTON_ROOT=/root/.carton
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.7.1-RELEASE
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.8-SNAPSHOT-2023-04-30-a

RUN mkdir -p $CARTON_ROOT/sdk && \
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/DefaultToolchain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

public let defaultToolchainVersion = "wasm-5.7.1-RELEASE"
public let defaultToolchainVersion = "wasm-5.8-SNAPSHOT-2023-04-30-a"

0 comments on commit bc8025c

Please sign in to comment.