Skip to content

Commit

Permalink
Pin glsl package in cabal builds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Nov 15, 2023
1 parent fab1d52 commit c12fe4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ packages:
./vendor/elm-format/elm-format-lib
./vendor/elm-format/avh4-lib
./vendor/elm-format

source-repository-package
type: git
location: https://github.com/noteed/language-glsl.git
tag: 99c3aae76363b127679da640a6f00d61d2203830
3 changes: 2 additions & 1 deletion distribution/docker/x86_64-musl.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ COPY .git .git

RUN cabal build $CABALOPTS --ghc-options="$GHCOPTS"

RUN cp `cabal list-bin .` ./lamdera
RUN cabal list-bin . | grep -v HEAD
RUN cp `cabal list-bin . | grep -v HEAD` ./lamdera
RUN ./lamdera --version-full
RUN strip lamdera

0 comments on commit c12fe4e

Please sign in to comment.