Don't pass --nocheck_visibility to Bazel.

This no longer appears to be needed.
This commit is contained in:
Peter Hawkins 2024-09-20 12:56:51 -04:00
parent 26632fd344
commit e4790b634e
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,6 @@
############################################################################
# All default build options below.
# Required by OpenXLA
# https://github.com/openxla/xla/issues/1323
build --nocheck_visibility
# Sets the default Apple platform to macOS.
build --apple_platform_type=macos
build --macos_minimum_os=10.14

View File

@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(
default_visibility = ["//jax:internal"],
)
licenses(["notice"])
load(