Skip to content

Commit 8ae546d

Browse files
committed
Add flag use-xdg-data-home
1 parent b9b9007 commit 8ae546d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN --mount=type=cache,id=wasm-cabal,target=/root/.ghc-wasm/.cabal \
8181
cd agda && \
8282
. /root/.ghc-wasm/env && \
8383
wasm32-wasi-cabal update && \
84-
wasm32-wasi-cabal configure -O2 && \
84+
wasm32-wasi-cabal configure -O2 --flag=use-xdg-data-home && \
8585
echo "-- see: https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/blob/92ff0eb8541eb0a6097922e3532c3fd44d2f7db4/tests/agda.sh" && \
8686
echo "package unix-compat" >> cabal.project.local && \
8787
echo " ghc-options: -optc-Wno-error=implicit-function-declaration" >> cabal.project.local && \

0 commit comments

Comments
 (0)