mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Don't pass --nocheck_visibility to Bazel.
This no longer appears to be needed.
This commit is contained in:
parent
26632fd344
commit
e4790b634e
4
.bazelrc
4
.bazelrc
@ -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
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user