mirror of https://github.com/bazelbuild/platforms
respectful naming fixit
This commit is contained in:
parent
d4c9d7f51a
commit
0c80b6c0f4
4
BUILD
4
BUILD
|
@ -15,11 +15,11 @@ filegroup(
|
|||
)
|
||||
|
||||
# For use in Incompatible Target Skipping:
|
||||
# https://docs.bazel.build/versions/master/platforms.html#skipping-incompatible-targets
|
||||
# https://docs.bazel.build/versions/main/platforms.html#skipping-incompatible-targets
|
||||
#
|
||||
# Specifically this lets targets declare incompatibility with some set of
|
||||
# platforms. See
|
||||
# https://docs.bazel.build/versions/master/platforms.html#more-expressive-constraints
|
||||
# https://docs.bazel.build/versions/main/platforms.html#more-expressive-constraints
|
||||
# for some more details.
|
||||
constraint_setting(name = "incompatible_setting")
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# [Bazel Platforms](https://bazel.build)
|
||||
|
||||
This repository houses all canonical
|
||||
[constraint_setting()](https://docs.bazel.build/versions/master/be/platform.html#constraint_setting)s,
|
||||
[constraint_value()](https://docs.bazel.build/versions/master/be/platform.html#constraint_value)s
|
||||
[constraint_setting()](https://docs.bazel.build/versions/main/be/platform.html#constraint_setting)s,
|
||||
[constraint_value()](https://docs.bazel.build/versions/main/be/platform.html#constraint_value)s
|
||||
and
|
||||
[platform()](https://docs.bazel.build/versions/master/be/platform.html#platform)s
|
||||
[platform()](https://docs.bazel.build/versions/main/be/platform.html#platform)s
|
||||
that are universally useful across languages and Bazel projects.
|
||||
|
||||
For questions or concerns please email
|
||||
|
|
|
@ -13,7 +13,7 @@ WARNING: These are what worked last time. Reality might be different.
|
|||
- Copy the description that makerel.sh produced to the description field.
|
||||
- upload the generated tar file
|
||||
|
||||
- use https://github.com/bazelbuild/continuous-integration/blob/master/mirror/mirror.sh to mirror the file
|
||||
- use https://github.com/bazelbuild/continuous-integration/blob/HEAD/mirror/mirror.sh to mirror the file
|
||||
|
||||
## Step 2: Update Bazel
|
||||
|
||||
|
|
Loading…
Reference in New Issue