Bazel 8 Migration - Remove reflink flag due to BSD incompatibility#198
Merged
edwin-grabtaxi merged 1 commit intomigration/bazel_8_main_branchfrom Feb 4, 2026
Merged
Conversation
arunkumar9t2
approved these changes
Feb 3, 2026
660506a to
86cd551
Compare
05ce221
into
migration/bazel_8_main_branch
0 of 3 checks passed
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.
Remove reflink flag due to incompatibility in BSD-based OS e.g. MAC
Note: Right now, this
copy_fileis used only bydata_binding.bzl. We could patch it by removing the reflink flag, or alternatively replacing the caller by using symlink as referenced hereI choose to patch the
--reflinkflag as thecopy_filefunction could be used by many and introduces future error.