Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rolling release #24513

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Fix rolling release #24513

merged 2 commits into from
Nov 27, 2024

Conversation

Wyverald
Copy link
Member

No description provided.

pzembrod and others added 2 commits November 27, 2024 14:30
*** Reason for rollback ***

This breaks rules_go and rules_swift because they refer to themselves by alias depot names: #24375

*** Original change description ***

In AppleBootstrap.java give several rule repos access to apple_common that need it, and activate the access restriction independent of INCOMPATIBLE_STOP_EXPORTING_LANGUAGE_MODULES

PiperOrigin-RevId: 698310431
Change-Id: I88973163cadca29021af9575d410fcae1eb6c066
@Wyverald Wyverald requested a review from keertk November 27, 2024 20:10
@Wyverald Wyverald requested a review from a team as a code owner November 27, 2024 20:10
@github-actions github-actions bot added the awaiting-review PR is awaiting review from an assigned reviewer label Nov 27, 2024
@Wyverald Wyverald removed the request for review from a team November 27, 2024 20:11
@keertk keertk merged commit 94fb35b into release-9.0.0-pre.20241119.2rc1 Nov 27, 2024
48 checks passed
@Wyverald Wyverald deleted the wyv-rolling branch November 27, 2024 20:13
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Nov 27, 2024
keertk pushed a commit that referenced this pull request Nov 27, 2024
Baseline: ebeab8c

Cherry picks:

   + 650142f:
     Automated rollback of commit
     4515bb6.
   + 4754de2:
     [Rolling release] Do not forward legacy `cmd.exe` variables to
     the server (#24500)
   + 94fb35b:
     Fix rolling release (#24513)

Incompatible changes:

  - Changing --test_env no longer invalidates the analysis cache.
    `ctx.configuration.test_env` may be empty for non-test rules and
    should not be used by such rules.

Important changes:

  - Add a set data type to Starlark, guarded by the
    --experimental_enable_starlark_set flag.
  - symbolic macro attribute inheritance is now marked experimental;
    set --experimental_enable_macro_inherit_attrs flag to enable it.
  - Changing any part of `--run_under` that isn't the label (such as
    the shell command) no longer invalidates the analysis cache.
  - The progress of completed configured aspects is now shown in the
    UI, next to the number of completed targets. Example: "(100
    packages loaded, 10000 targets and 500 aspects configured)".

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, kalvdans, Xùdōng Yáng.
copybara-service bot pushed a commit that referenced this pull request Nov 27, 2024
Baseline: ebeab8c

Cherry picks:

   + 650142f:
     Automated rollback of commit
     4515bb6.
   + 4754de2:
     [Rolling release] Do not forward legacy `cmd.exe` variables to
     the server (#24500)
   + 94fb35b:
     Fix rolling release (#24513)

Incompatible changes:

  - Changing --test_env no longer invalidates the analysis cache.
    `ctx.configuration.test_env` may be empty for non-test rules and
    should not be used by such rules.

Important changes:

  - Add a set data type to Starlark, guarded by the
    --experimental_enable_starlark_set flag.
  - symbolic macro attribute inheritance is now marked experimental;
    set --experimental_enable_macro_inherit_attrs flag to enable it.
  - Changing any part of `--run_under` that isn't the label (such as
    the shell command) no longer invalidates the analysis cache.
  - The progress of completed configured aspects is now shown in the
    UI, next to the number of completed targets. Example: "(100
    packages loaded, 10000 targets and 500 aspects configured)".

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, kalvdans, Xùdōng Yáng.
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.

3 participants