-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to LLVM 17, fix linux debug build, upgrade JSC, remove some C…
… API usages (#10161) * Upgrade to LLVM 17, JSC, remove more C API usages * [autofix.ci] apply automated fixes * Update scripts/setup.sh Co-authored-by: Dylan Conway <[email protected]> * more * update * bump * Fix unused variable * Fix merge conflict * [autofix.ci] apply automated fixes * Increase limit * double the limit * CI * Update CMakeLists.txt * Update CMakeLists.txt * Upgrade * Upgrade more things * Bump * Remove ld64 flag * typo * Update Dockerfile * update * Update * Up * asd * up * Upgrade * Bump! * Fix crash * Remove unnecessary cahnge * Propagate canary flag + bump macOS 13 * Upgrades --------- Co-authored-by: Jarred Sumner <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Dylan Conway <[email protected]>
- Loading branch information
1 parent
ab79940
commit c604c57
Showing
45 changed files
with
481 additions
and
581 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ on: | |
type: boolean | ||
|
||
env: | ||
LLVM_VERSION: 16 | ||
LLVM_VERSION: 17 | ||
BUN_VERSION: 1.1.2 | ||
|
||
jobs: | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.