-
Notifications
You must be signed in to change notification settings - Fork 45
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
Draft: Attempt at Mac OS compilation #184
Draft
chrisirhc
wants to merge
27
commits into
uber:main
Choose a base branch
from
chrisirhc:macos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+388
−105
Commits on Jun 13, 2024
-
motiejus@mtwork:/code/bazel-zig-cc$ bazel build --spawn_strategy=local --platforms @zig_sdk//libc_aware/platform:macos_aarch64_sdk.13.1 test/c:which_libc INFO: Analyzed target //test/c:which_libc (0 packages loaded, 0 targets configured). INFO: Found 1 target... Target //test/c:which_libc up-to-date: bazel-bin/test/c/which_libc INFO: Elapsed time: 0.071s, Critical Path: 0.00s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action motiejus@mtwork:/code/bazel-zig-cc$ file bazel-bin/test/c/which_libc bazel-bin/test/c/which_libc: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE> motiejus@mtwork:/code/bazel-zig-cc$
Configuration menu - View commit details
-
Copy full SHA for a9f4ea6 - Browse repository at this point
Copy the full SHA a9f4ea6View commit details
Commits on Jun 15, 2024
-
But need to go back to see what hacks I added
Configuration menu - View commit details
-
Copy full SHA for adc3cfb - Browse repository at this point
Copy the full SHA adc3cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2b76f - Browse repository at this point
Copy the full SHA db2b76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206507d - Browse repository at this point
Copy the full SHA 206507dView commit details -
bazel build --spawn_strategy=local --platforms @zig_sdk//libc_aware/platform:macos_aarch64_sdk.14.2 test/c:which_libc --sandbox_debug -s INFO: Build completed successfully, 4 total actions
Configuration menu - View commit details
-
Copy full SHA for 47b1b9e - Browse repository at this point
Copy the full SHA 47b1b9eView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f7c195 - Browse repository at this point
Copy the full SHA 1f7c195View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60f446 - Browse repository at this point
Copy the full SHA e60f446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012b0f7 - Browse repository at this point
Copy the full SHA 012b0f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf7d1d - Browse repository at this point
Copy the full SHA ddf7d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be7c7cf - Browse repository at this point
Copy the full SHA be7c7cfView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 840b73a - Browse repository at this point
Copy the full SHA 840b73aView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ef74bc - Browse repository at this point
Copy the full SHA 1ef74bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46dfd43 - Browse repository at this point
Copy the full SHA 46dfd43View commit details -
cleanup code back to not finding the Frameworks folder
fatal error: 'CFNetwork/CFProxySupport.h' file not found
Configuration menu - View commit details
-
Copy full SHA for 15af3a1 - Browse repository at this point
Copy the full SHA 15af3a1View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c3382e - Browse repository at this point
Copy the full SHA 8c3382eView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 500b184 - Browse repository at this point
Copy the full SHA 500b184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162f697 - Browse repository at this point
Copy the full SHA 162f697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8b860 - Browse repository at this point
Copy the full SHA 4f8b860View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1a9f87 - Browse repository at this point
Copy the full SHA e1a9f87View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 071666b - Browse repository at this point
Copy the full SHA 071666bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e5d27 - Browse repository at this point
Copy the full SHA e5e5d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2fca5 - Browse repository at this point
Copy the full SHA bc2fca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e79e2 - Browse repository at this point
Copy the full SHA 19e79e2View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f46d1f9 - Browse repository at this point
Copy the full SHA f46d1f9View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5fe51f - Browse repository at this point
Copy the full SHA d5fe51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dce21 - Browse repository at this point
Copy the full SHA 24dce21View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7af1503 - Browse repository at this point
Copy the full SHA 7af1503View commit details
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.