-
-
Notifications
You must be signed in to change notification settings - Fork 262
Update the libcxx (llvm project) to version 19.1.1 #8285
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
Merged
asfernandes
merged 15 commits into
FirebirdSQL:master
from
red-soft-ru:new_libcxx_version
Oct 19, 2024
Merged
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c80f641
Update libcxx (llvm project) version to version 19.1.1
Noremos 953096d
Bump libcxx version in vcpkg manifest
Noremos 4de6993
Remove python downgrading in CI
Noremos 75f45b1
Decrement MACOSX_DEPLOYMENT_TARGET to fix CI build
Noremos 41d5b76
Temporary display content of vcpkg error files to see problem with ma…
Noremos 214a11d
Revert MACOSX_DEPLOYMENT_TARGET to 10.9
Noremos cd02a98
New key for vcpkg cache
Noremos b0404ee
Do not break macos arm build
Noremos 1d47420
Try to fix macos intel build
Noremos b95f822
Merge remote-tracking branch 'origin/master' into new_libcxx_version
Noremos 81be149
Remove debug cat command
Noremos 6a3c938
Remove extra line from main.yml
Noremos 45fda9b
Merge remote-tracking branch 'origin/master' into new_libcxx_version
Noremos e22ddd5
Try to remove exporting path to python
Noremos 83412c4
Use different way to cache vcpkg in CI
Noremos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -312,15 +312,6 @@ jobs: | |
| run: | | ||
| brew install automake autoconf-archive cmake libtool ninja | ||
|
|
||
| # libcxx build is not working with python >= 3.12 | ||
| - name: Do not use preinstalled python >= 3.12 | ||
| run: | | ||
| brew uninstall --ignore-dependencies [email protected] | ||
| [ -e /Library/Frameworks/Python.framework ] && \ | ||
| sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python.framework.dont-look-at-this | ||
| brew install [email protected] | ||
| ln -s "$(brew --prefix [email protected])/bin/python3" "$(brew --prefix [email protected])/bin/python" | ||
|
|
||
| - name: Cache - vcpkg | ||
| uses: actions/cache@v4 | ||
| with: | ||
|
|
@@ -332,9 +323,12 @@ jobs: | |
| run: | | ||
| export LIBTOOLIZE=glibtoolize | ||
| export LIBTOOL=glibtool | ||
| export PATH="$(brew --prefix [email protected])/bin:$PATH" | ||
| export PATH="$(brew --prefix python3)/bin:$PATH" | ||
Noremos marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt | ||
| cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-out.log | ||
| cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-err.log | ||
|
|
||
| make -j4 | ||
| make tests -j4 | ||
| make run_tests | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...stry/ports/libcxx/13.0.1_0/portfile.cmake → ...stry/ports/libcxx/19.1.1_0/portfile.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...registry/ports/libcxx/13.0.1_0/vcpkg.json → ...registry/ports/libcxx/19.1.1_0/vcpkg.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "name": "libcxx", | ||
| "version-string": "13.0.1", | ||
| "version-string": "19.1.1", | ||
| "description": "LLVM libc++" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "2023-08-23": { | ||
| "libcxx": { | ||
| "baseline": "13.0.1" | ||
| "baseline": "19.1.1" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "version": "13.0.1", | ||
| "path": "$/ports/libcxx/13.0.1_0" | ||
| "version": "19.1.1", | ||
| "path": "$/ports/libcxx/19.1.1_0" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| }, | ||
| { | ||
| "name": "libcxx", | ||
| "version": "13.0.1" | ||
| "version": "19.1.1" | ||
| } | ||
| ] | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.