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

Check for APPLE before doing OSX-related arch checks #1121

Closed
wants to merge 1 commit into from
Closed

Check for APPLE before doing OSX-related arch checks #1121

wants to merge 1 commit into from

Conversation

HaroldCindy
Copy link
Contributor

Otherwise running CMake for the fuzzer returns the non-sensical:

CMake Warning at fuzz/CMakeLists.txt:18 (message):
  Building the Luau fuzzer for ARM64 is currently unsupported.

on x86_64 Linux.

@HaroldCindy
Copy link
Contributor Author

HaroldCindy commented Dec 3, 2023

Hmmm, based on the web build error either this is intentionally limited to OS X, or this quick bail-out check is accidentally preventing other build errors that break CI? Inclusion may need to be conditional as well, as per #1119 (review)

@HaroldCindy HaroldCindy deleted the fix_fuzzer_arch_check branch January 15, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant