mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
In progress
This commit is contained in:
parent
ebab6c5f86
commit
85a475eb53
|
@ -39,16 +39,16 @@ ENV CARGO_HOME=/scratch/.cargo
|
|||
|
||||
# ======================
|
||||
|
||||
WORKDIR /usr/src/kanidm/kanidmd_web_ui
|
||||
# This can't be used in the wasm build for now.
|
||||
# ENV RUSTFLAGS="-Clinker=clang"
|
||||
RUN if [ "${SCCACHE_REDIS}" != "" ]; \
|
||||
then \
|
||||
export CARGO_INCREMENTAL=false && \
|
||||
export RUSTC_WRAPPER=sccache && \
|
||||
sccache --start-server; \
|
||||
fi && \
|
||||
./build_wasm.sh
|
||||
# WORKDIR /usr/src/kanidm/kanidmd_web_ui
|
||||
# # This can't be used in the wasm build for now.
|
||||
# # ENV RUSTFLAGS="-Clinker=clang"
|
||||
# RUN if [ "${SCCACHE_REDIS}" != "" ]; \
|
||||
# then \
|
||||
# export CARGO_INCREMENTAL=false && \
|
||||
# export RUSTC_WRAPPER=sccache && \
|
||||
# sccache --start-server; \
|
||||
# fi && \
|
||||
# ./build_wasm.sh
|
||||
|
||||
# ======================
|
||||
|
||||
|
|
Loading…
Reference in a new issue