Skip to content

Commit

Permalink
ci(nopin): pinning is very slow and not necessary
Browse files Browse the repository at this point in the history
'opam install --deps-only --with-test .' should work without pinning.
And then 'dune build' should work as normal, we don't want to retain any of the
packages at the end of the build, so no need to pin (in theory).

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Apr 24, 2024
1 parent 09b4bdb commit 036c688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup-xapi-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ runs:
ocaml-compiler: ${{ steps.dotenv.outputs.ocaml_version_full }}
opam-repositories: |
xs-opam: ${{ steps.dotenv.outputs.repository }}
opam-pin: false
dune-cache: true

- name: Install dependencies
Expand Down

0 comments on commit 036c688

Please sign in to comment.