Skip to content

Commit

Permalink
Merge branch 'development' into macroApi_cleanup_2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Feb 1, 2024
2 parents 8561c5a + 60ad1cb commit 40eefab
Show file tree
Hide file tree
Showing 298 changed files with 11,394 additions and 6,871 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,23 +616,16 @@ jobs:
- name: Install dependencies
env:
# For compatibility with macOS 10.13
ZLIB_VERSION: 1.3
ZLIB_VERSION: 1.3.1
MBEDTLS_VERSION: 2.28.5
PCRE2_VERSION: 10.42
run: |
set -ex
brew uninstall [email protected] || echo
brew uninstall [email protected] || echo
brew untap local/openssl || echo
brew untap local/python2 || echo
brew update
# brew unlink python@2
brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
brew install libunistring
brew install cpanminus
brew bundle --file=tests/Brewfile --no-upgrade
cpanm IPC::System::Simple
cpanm String::ShellQuote
curl -L https://www.zlib.net/zlib-$ZLIB_VERSION.tar.gz | tar xz
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
cd zlib-$ZLIB_VERSION
./configure
make && make install
Expand Down
2 changes: 1 addition & 1 deletion extra/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You need to install some native libraries as well as some OCaml libraries.
To install the native libraries, use the appropriate system package manager.

* Mac OS X
* Use [Homebrew](https://brew.sh/), `brew install zlib pcre2 mbedtls@2`.
* Use [Homebrew](https://brew.sh/), `brew install zlib pcre2 mbedtls`.
* Debian / Ubuntu
* `sudo apt install libpcre2-dev zlib1g-dev libmbedtls-dev`.
* Windows (Cygwin)
Expand Down
13 changes: 3 additions & 10 deletions extra/github-actions/build-mac.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
- name: Install dependencies
env:
# For compatibility with macOS 10.13
ZLIB_VERSION: 1.3
ZLIB_VERSION: 1.3.1
MBEDTLS_VERSION: 2.28.5
PCRE2_VERSION: 10.42
run: |
set -ex
brew uninstall [email protected] || echo
brew uninstall [email protected] || echo
brew untap local/openssl || echo
brew untap local/python2 || echo
brew update
# brew unlink python@2
brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
brew install libunistring
brew install cpanminus
brew bundle --file=tests/Brewfile --no-upgrade
cpanm IPC::System::Simple
cpanm String::ShellQuote
curl -L https://www.zlib.net/zlib-$ZLIB_VERSION.tar.gz | tar xz
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
cd zlib-$ZLIB_VERSION
./configure
make && make install
Expand Down
1 change: 1 addition & 0 deletions extra/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- If everything was working, run the command again without `--dry`
- Update https://github.com/HaxeFoundation/haxe.org/blob/staging/downloads/versions.json
- Wait for staging to update, check everything related to release and merge to master
- Update https://github.com/HaxeFoundation/api.haxe.org/blob/master/theme/templates/topbar.mtt

# Cleanup

Expand Down
2 changes: 1 addition & 1 deletion haxe.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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"}))
| ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00.03"}))
"ocamlfind" {build}
"dune" {>= "1.11"}
"sedlex" {>= "2.0"}
Expand Down
3 changes: 1 addition & 2 deletions libs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OCAMLOPT = ocamlopt
OCAMLC = ocamlc
TARGET_FLAG = all
LIBS=extlib-leftovers extc neko javalib ilib swflib ttflib objsize pcre2 ziplib
LIBS=extlib-leftovers extc neko javalib ilib swflib objsize pcre2 ziplib

all: $(LIBS)
$(LIBS):
Expand All @@ -14,7 +14,6 @@ clean:
$(MAKE) -C javalib clean
$(MAKE) -C ilib clean
$(MAKE) -C swflib clean
$(MAKE) -C ttflib clean
$(MAKE) -C objsize clean
$(MAKE) -C pcre2 clean
$(MAKE) -C ziplib clean
Expand Down
66 changes: 0 additions & 66 deletions libs/ocamake/ocamake.dsp

This file was deleted.

29 changes: 0 additions & 29 deletions libs/ocamake/ocamake.dsw

This file was deleted.

94 changes: 0 additions & 94 deletions libs/ocamake/ocamake.html

This file was deleted.

Loading

0 comments on commit 40eefab

Please sign in to comment.