ci: docker_tag=ext | rust 1.82 + wasm-bindgen-cli 0.2.92 --locked (cargo+bindgen)
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m16s
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m16s
This commit is contained in:
parent
59ad93516c
commit
fb54522bce
@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1.4
|
# syntax=docker/dockerfile:1.4
|
||||||
FROM rust:1.73-alpine AS wasm-builder
|
FROM rust:1.82-alpine AS wasm-builder
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# Installation des dépendances nécessaires pour la compilation
|
# Installation des dépendances nécessaires pour la compilation
|
||||||
@ -16,8 +16,8 @@ RUN apk update && apk add --no-cache \
|
|||||||
musl-dev \
|
musl-dev \
|
||||||
nginx
|
nginx
|
||||||
|
|
||||||
# Installer wasm-bindgen CLI compatible et target wasm32
|
# Installer wasm-bindgen CLI (0.2.92) et target wasm32 (Rust >=1.81)
|
||||||
RUN cargo install wasm-bindgen-cli --version 0.2.92 && \
|
RUN cargo install wasm-bindgen-cli --version 0.2.92 --locked && \
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
# Configuration SSH basique
|
# Configuration SSH basique
|
||||||
|
Loading…
x
Reference in New Issue
Block a user