Skip to content

Commit

Permalink
Revert "[ci] opam lock"
Browse files Browse the repository at this point in the history
This reverts commit 8417094.
  • Loading branch information
kLabz committed Aug 1, 2024
1 parent 8417094 commit 95a7421
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 90 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,11 @@ jobs:
if: steps.cache-opam.outputs.cache-hit != 'true'
run: |
set -ex
opam --version
opam init # --disable-sandboxing
opam switch create ${{ matrix.ocaml }} --locked --assume-depexts
# opam update
# opam switch create ${{ matrix.ocaml }}
# opam pin add haxe . --no-action
# opam install haxe --deps-only --assume-depexts
opam update
opam switch create ${{ matrix.ocaml }}
opam pin add haxe . --no-action
opam install haxe --deps-only --assume-depexts
opam list
ocamlopt -v
Expand Down
5 changes: 3 additions & 2 deletions haxe.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "2.0"
opam-version: "2.1"
name: "haxe"
version: "4.3.0"
synopsis: "Multi-target universal programming language"
Expand All @@ -20,6 +20,7 @@ install: [make "install" "INSTALL_DIR=%{prefix}%"]
remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
depends: [
("ocaml" {>= "5.0"} & ("camlp5" {build}))
| ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00.03"}))
"ocamlfind" {build}
"dune" {>= "1.11" & < "3.16"}
"sedlex" {>= "2.0"}
Expand All @@ -30,7 +31,7 @@ depends: [
"conf-libpcre2-8"
"conf-zlib"
"conf-neko"
"luv" {>= "0.5.12" & < "0.6"}
"luv" {= "0.5.12"}
"ipaddr"
"terminal_size"
]
82 changes: 0 additions & 82 deletions haxe.opam.locked

This file was deleted.

0 comments on commit 95a7421

Please sign in to comment.