Skip to content

Bazel 8 Migration - Remove reflink flag due to BSD incompatibility#198

Merged
edwin-grabtaxi merged 1 commit intomigration/bazel_8_main_branchfrom
migration/bazel_8_fix_cp_reflink
Feb 4, 2026
Merged

Bazel 8 Migration - Remove reflink flag due to BSD incompatibility#198
edwin-grabtaxi merged 1 commit intomigration/bazel_8_main_branchfrom
migration/bazel_8_fix_cp_reflink

Conversation

@edwin-grabtaxi
Copy link
Collaborator

Remove reflink flag due to incompatibility in BSD-based OS e.g. MAC

Note: Right now, this copy_file is used only by data_binding.bzl. We could patch it by removing the reflink flag, or alternatively replacing the caller by using symlink as referenced here

I choose to patch the --reflink flag as the copy_file function could be used by many and introduces future error.

@edwin-grabtaxi edwin-grabtaxi force-pushed the migration/bazel_8_fix_cp_reflink branch from 660506a to 86cd551 Compare February 4, 2026 07:16
@edwin-grabtaxi edwin-grabtaxi merged commit 05ce221 into migration/bazel_8_main_branch Feb 4, 2026
0 of 3 checks passed
@edwin-grabtaxi edwin-grabtaxi deleted the migration/bazel_8_fix_cp_reflink branch February 18, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants