Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Dec 6, 2023
2 parents d95999e + 61fdda6 commit 03bf7fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile.stack-deps
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ RUN cd /home/$USER/.tmp-haskell && stack build --only-snapshot
ENV LC_ALL=C.UTF-8
ADD --chown=$USER:$GROUP hs-backend-booster/src/main/native/hs-backend-booster/stack.yaml /home/$USER/.tmp-booster/
ADD --chown=$USER:$GROUP hs-backend-booster/src/main/native/hs-backend-booster/package.yaml /home/$USER/.tmp-booster/
ADD --chown=$USER:$GROUP hs-backend-booster/src/main/native/hs-backend-booster/dev-tools/package.yaml /home/$USER/.tmp-booster/dev-tools/
RUN cd /home/$USER/.tmp-booster && stack build --only-snapshot
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffd277b68ef1993ab7b94d6e7593729208c21f11
5294940d0f5a58a685b0f30934ed8fdb5dd3fa14
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/0be07d293a1167615ef9342bb1820350f794e893";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/ffd277b68ef1993ab7b94d6e7593729208c21f11";
url = "github:runtimeverification/hs-backend-booster/5294940d0f5a58a685b0f30934ed8fdb5dd3fa14";
inputs.nixpkgs.follows = "haskell-backend/nixpkgs";
inputs.haskell-backend.follows = "haskell-backend";
inputs.stacklock2nix.follows = "haskell-backend/stacklock2nix";
Expand Down
1 change: 1 addition & 0 deletions hs-backend-booster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<mkdir dir="${project.build.directory}/stack-install" />
<exec executable="stack" dir="${project.basedir}/src/main/native/hs-backend-booster" failonerror="true">
<arg value="install" />
<arg value="hs-backend-booster" />
<arg line="${stack.extra-opts}" />
<arg value="--local-bin-path=${project.build.directory}/stack-install" />
</exec>
Expand Down

0 comments on commit 03bf7fd

Please sign in to comment.