Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Restore paclet builds on Apple Silicon with Wolfram 15 and current Xcode, including embedded Git version information. Refresh CircleCI dependencies so the existing Linux, Windows, macOS, and Wolfram Language checks can run again.
MacOSX-ARM64support.WOLFRAM_IDandWOLFRAM_PASSWORDsecrets and allow up to 20 minutes without output during tests.Comments
Validated on Apple Silicon with Wolfram 15.0.1 and Xcode 27:
./pack.wlssucceeds; the archive contains its version, full Git SHA, dirty marker, and UTC build time.lipoconfirms bothx86_64andarm64slices, and the universal library passes an ARM64 LibraryLink smoke check.git diff --check, and line-width checks pass for all changed files.All five CircleCI checks pass at
2959baf: Linux 32-bit C++ tests, Linux 64-bit lint/C++ tests, macOS universal libraries, Windows library/CLI builds, and the Wolfram Engine 15.0.0 paclet suite. All four Wolfram workers complete their tests and notebook reports. Passing workflow.The CI-built paclet was also inspected: it embeds the exact commit SHA without a dirty marker, a UTC build timestamp, and native libraries for Linux, Windows, Intel Mac, and Apple Silicon.
Examples
At the current master checkpoint,
./pack.wlsproducesPostTagSystem-0.0.39.paclet. ItsPacletBuildInfo.jsoncontains the full commit SHA (with*for local changes) and a UTCBuildTimearray. GitLink is not required whengitis available on PATH.This change is