We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7160 commit 778f632Copy full SHA for 778f632
Dockerfile
@@ -36,7 +36,10 @@ RUN --mount=type=cache,target=/var/cache/apt \
36
git config --global advice.detachedHead false && \
37
git clone --depth=1 --branch "$AGDA_BRANCH" https://github.com/agda/agda.git /root/agda && \
38
cd agda && \
39
- git apply /root/agda-wasm.patch
+ git apply /root/agda-wasm.patch && \
40
+ echo "-- see: https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/blob/92ff0eb8541eb0a6097922e3532c3fd44d2f7db4/tests/agda.sh" && \
41
+ echo "package unix-compat" >> cabal.project.local && \
42
+ echo " ghc-options: -optc-Wno-error=implicit-function-declaration" >> cabal.project.local
43
44
# ------------------------------------------------------------------------------
45
0 commit comments