We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d072ad4 commit 8e0a42aCopy full SHA for 8e0a42a
build/Dockerfile.aarch64.linux
@@ -66,7 +66,7 @@ COPY ./benchmarks /opt/emulator/benchmarks
66
RUN cabal build \
67
--enable-executable-static \
68
--ghc-options='-optl-lpq -optl-lssl -optl-lcrypto -optl-lpgcommon -optl-lpgport -optl-lzstd -optl-llz4 -optl-lxml2 -optl-lssl -optl-lcrypto -optl-lz -optl-lreadline -optl-lm' \
69
- emulator
+ exe:emulator
70
71
# Add executable to PATH as 'emulator'
72
RUN ln -s $(cabal list-bin emulator) /usr/local/bin/emulator
0 commit comments