Skip to content

Commit

Permalink
Add --force-dirty flag to stack build
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent e5addbf commit ca943ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ docker run \
--detach \
"${BUILD_IMAGE_DUCKLING_FFI}" \
sleep infinity
docker exec "${STATIC_LIB_CONTAINER_NAME}" bash -c 'cd /duckling-ffi && stack build --no-install-ghc --system-ghc --allow-different-user'
docker exec "${STATIC_LIB_CONTAINER_NAME}" bash -c 'cd /duckling-ffi && stack build --no-install-ghc --system-ghc --allow-different-user --force-dirty'
docker cp "${STATIC_LIB_CONTAINER_NAME}:/duckling-ffi/libducklingffi.a" ext_lib/libducklingffi.a

# --- build binary distributions
Expand Down

0 comments on commit ca943ba

Please sign in to comment.