Skip to content

Commit

Permalink
[ci] Remove remaining references to camlp5 (#11884)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Dec 14, 2024
1 parent b4992b2 commit 2bee9f0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
sudo add-apt-repository ppa:avsm/ppa -y # provides OPAM 2
sudo add-apt-repository ppa:haxe/ocaml -y # provides newer version of mbedtls
sudo apt-get update -qqy
sudo apt-get install -qqy ocaml-nox camlp5 opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build libstring-shellquote-perl libipc-system-simple-perl
sudo apt-get install -qqy ocaml-nox opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
- name: Install OCaml libraries
if: steps.cache-opam.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -478,8 +478,6 @@ jobs:
set -ex
brew update
brew bundle --file=tests/Brewfile --no-upgrade
cpanm IPC::System::Simple
cpanm String::ShellQuote
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
cd zlib-$ZLIB_VERSION
./configure
Expand Down
3 changes: 0 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@ devcontainer:
&& add-apt-repository ppa:haxe/ocaml \
&& apt-get install -qqy --no-install-recommends \
ocaml-nox \
camlp5 \
opam \
libpcre2-dev \
zlib1g-dev \
libgtk2.0-dev \
libmbedtls-dev \
ninja-build \
libstring-shellquote-perl \
libipc-system-simple-perl \
#
# Clean up
&& apt-get autoremove -y \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ uninstall:
rm -rf $(DESTDIR)$(INSTALL_STD_DIR)

opam_install:
opam install camlp5 ocamlfind dune --yes
opam install ocamlfind dune --yes

haxe_deps:
opam pin add haxe . --no-action
Expand Down
2 changes: 0 additions & 2 deletions extra/github-actions/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
set -ex
brew update
brew bundle --file=tests/Brewfile --no-upgrade
cpanm IPC::System::Simple
cpanm String::ShellQuote
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
cd zlib-$ZLIB_VERSION
./configure
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sudo add-apt-repository ppa:avsm/ppa -y # provides OPAM 2
sudo add-apt-repository ppa:haxe/ocaml -y # provides newer version of mbedtls
sudo apt-get update -qqy
sudo apt-get install -qqy ocaml-nox camlp5 opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build libstring-shellquote-perl libipc-system-simple-perl
sudo apt-get install -qqy ocaml-nox opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
- name: Install OCaml libraries
if: steps.cache-opam.outputs.cache-hit != 'true'
Expand Down
1 change: 0 additions & 1 deletion tests/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ brew "ninja"
brew "cmake"
brew "pkg-config"
brew "libunistring"
brew "cpanminus"

0 comments on commit 2bee9f0

Please sign in to comment.