Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and CI #3711

Merged
merged 24 commits into from
Mar 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e217fdc
Update quickjs-wz
past-due Mar 26, 2024
aee57c4
Update fmt to 10.2.1
past-due Mar 26, 2024
c17a8ff
Upgrade GLM to 1.0.1+ (latest)
past-due Mar 26, 2024
60aaa4b
[GitHub Actions] Bump actions/cache to v4
past-due Mar 26, 2024
1fb3ed8
[GitHub Actions] macOS: Remove Xcode 11.7 job
past-due Mar 26, 2024
ce877cb
[GitHub Actions] macOS: Update to Xcode 14.3 on macos-13 image
past-due Mar 26, 2024
d32fdfd
[GitHub Actions] macOS: Use arm64 as the "base" app bundle
past-due Mar 26, 2024
42922d4
[macOS] Update vcpkg commit in configure_mac.cmake
past-due Mar 26, 2024
211d167
[Windows] Update vcpkg commit in get-dependencies_win.ps1
past-due Mar 26, 2024
9ef9e96
vcpkg.json: Update builtin-baseline
past-due Mar 26, 2024
0f26dfa
[GitHub Actions] macOS: Prevent Homebrew from auto-updating
past-due Mar 26, 2024
ae28874
[CI] Update to Asciidoctor 2.0.22
past-due Mar 26, 2024
0fea937
[CMake] Fix FindSodium.cmake for new vcpkg port setup
past-due Mar 26, 2024
eea3a57
[GitHub Actions] macOS: Prevent Homebrew from auto-upgrading on install
past-due Mar 26, 2024
32eae57
[GitHub Actions] macOS: brew install automake
past-due Mar 26, 2024
7a40555
Update macosx/README.md
past-due Mar 26, 2024
46abf59
[GitHub Actions] Windows: Upload additional failure logs
past-due Mar 26, 2024
0137290
Add libsodium vcpkg overlay-port
past-due Mar 26, 2024
8b9701f
[CMake] Log additional libzip details
past-due Mar 26, 2024
3af0641
[GitHub Actions] macOS: Update minimum deployment target
past-due Mar 26, 2024
5ed1564
[GitHub Actions] Windows: Update to llvm-mingw 20231128 with LLVM 17.0.6
past-due Mar 26, 2024
9c88507
[macOS] configure_mac.cmake: Prevent finding libraries in certain paths
past-due Mar 26, 2024
4b77c6c
wzmaplib: Adjust CMake find_package(libzip) params
past-due Mar 26, 2024
3d92517
wzmaplib: Silence Wunused-but-set-variable
past-due Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[CI] Update to Asciidoctor 2.0.22
past-due committed Mar 26, 2024
commit ae28874d5323c2b34a8e678fd6721f9beca38c07
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ freebsd_build_task:
# - brew install cmake
# - brew install gettext
# # NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
# - sudo gem install asciidoctor -v 2.0.16 --no-document
# - sudo gem install asciidoctor -v 2.0.22 --no-document
# # gcc6+ is currently required to bootstrap vcpkg on macOS
# - brew install gcc@7
# - sudo bundle install --gemfile="macosx/BuildBot/Gemfile"
2 changes: 1 addition & 1 deletion .github/workflows/CI_macos.yml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ jobs:
# NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
echo "::group::gem install asciidoctor"
gem install asciidoctor -v 2.0.16 --no-document
gem install asciidoctor -v 2.0.22 --no-document
echo "::endgroup::"
#if (brew outdated | grep cmake > /dev/null); then echo "upgrading CMake"; brew upgrade cmake; fi
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ jobs:
id: asciidoctor-dl
run: |
echo "Installing Asciidoctor"
gem install asciidoctor -v 2.0.16 --no-document | Out-Null
gem install asciidoctor -v 2.0.22 --no-document | Out-Null
echo "Installing Asciidoctor... finished"
$AsciidoctorBat = (Get-Command asciidoctor.bat).Path
echo "Asciidoctor.bat: ${AsciidoctorBat}"