| Ignas Anikevicius | 18f76f9 | 2025-01-27 02:21:03 +0900 | [diff] [blame] | 1 | # Copyright 2025 The Bazel Authors. All rights reserved. |
| Greg Roodt | eeb7494 | 2024-07-12 10:13:31 +1000 | [diff] [blame] | 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| Ignas Anikevicius | 18f76f9 | 2025-01-27 02:21:03 +0900 | [diff] [blame] | 15 | """The `uv_toolchain` rule. |
| 16 | |
| Greg Roodt | eeb7494 | 2024-07-12 10:13:31 +1000 | [diff] [blame] | 17 | EXPERIMENTAL: This is experimental and may be removed without notice |
| Greg Roodt | eeb7494 | 2024-07-12 10:13:31 +1000 | [diff] [blame] | 18 | """ |
| 19 | |
| Ignas Anikevicius | 18f76f9 | 2025-01-27 02:21:03 +0900 | [diff] [blame] | 20 | load("//python/uv/private:uv_toolchain.bzl", _uv_toolchain = "uv_toolchain") |
| Greg Roodt | eeb7494 | 2024-07-12 10:13:31 +1000 | [diff] [blame] | 21 | |
| Ignas Anikevicius | 18f76f9 | 2025-01-27 02:21:03 +0900 | [diff] [blame] | 22 | uv_toolchain = _uv_toolchain |