mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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
|
# WORKDIR /usr/src/kanidm/kanidmd_web_ui
|
||||||
# This can't be used in the wasm build for now.
|
# # This can't be used in the wasm build for now.
|
||||||
# ENV RUSTFLAGS="-Clinker=clang"
|
# # ENV RUSTFLAGS="-Clinker=clang"
|
||||||
RUN if [ "${SCCACHE_REDIS}" != "" ]; \
|
# RUN if [ "${SCCACHE_REDIS}" != "" ]; \
|
||||||
then \
|
# then \
|
||||||
export CARGO_INCREMENTAL=false && \
|
# export CARGO_INCREMENTAL=false && \
|
||||||
export RUSTC_WRAPPER=sccache && \
|
# export RUSTC_WRAPPER=sccache && \
|
||||||
sccache --start-server; \
|
# sccache --start-server; \
|
||||||
fi && \
|
# fi && \
|
||||||
./build_wasm.sh
|
# ./build_wasm.sh
|
||||||
|
|
||||||
# ======================
|
# ======================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue