Skip to content

Use pkg @ url for local wheel overrides again, instead of --find-links.#40378

Open
copybara-service[bot] wants to merge 1 commit intomainfrom
test_894167271
Open

Use pkg @ url for local wheel overrides again, instead of --find-links.#40378
copybara-service[bot] wants to merge 1 commit intomainfrom
test_894167271

Conversation

@copybara-service
Copy link
Copy Markdown

Use pkg @ url for local wheel overrides again, instead of --find-links.

Add a few verbose debug prints, activated by
--repo_env=XLA_PYTHON_REPO_DEBUG=<option string>.

Re-cap:

  1. rules_python upgraded 1.7.0 -> 1.8.4
    0025bf7
    • 1.8.4 introduces regression that causes pkg @ url lines to be silently
      dropped/ignored; --find-links is used as a workaround
  2. --find-links itself causes another regression with overrides, fixed in:
    11a2044
  3. rules_python upgraded 1.8.4 -> 1.8.5, which fixes initial regression of
    pkg @ wheel overrides not working
    a70d858
  4. This change takes advantage of 1.8.5 upgrade and returns to using
    pkg @ wheel

…inks`.

Add a few verbose debug prints, activated by
`--repo_env=XLA_PYTHON_REPO_DEBUG=<option string>`.

Re-cap:

1. rules_python upgraded 1.7.0 -> 1.8.4\
   0025bf7
   * 1.8.4 introduces regression that causes `pkg @ url` lines to be silently
     dropped/ignored; `--find-links` is used as a workaround
3. `--find-links` itself causes another regression with overrides, fixed in:\
   11a2044
4. rules_python upgraded 1.8.4 -> 1.8.5, which fixes initial regression of
   `pkg @ wheel` overrides not working\
   a70d858
5. *This change* takes advantage of 1.8.5 upgrade and returns to using
   `pkg @ wheel`

PiperOrigin-RevId: 894167271
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.

1 participant