From 32b8c758ae270822ec97a2f9dbca7eef3183f2f0 Mon Sep 17 00:00:00 2001 From: hvd Date: Tue, 29 Oct 2024 15:13:15 +0100 Subject: [PATCH 1/2] Add `rule_extension_apis_available` --- features.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.bzl b/features.bzl index feb5937..b6f6a1e 100644 --- a/features.bzl +++ b/features.bzl @@ -97,6 +97,8 @@ _rules = struct( instrumented_files_info_has_metadata_files = ge("7.0.0-pre.20230710.5"), # Whether treeartifacts can have symlinks pointing outside of the tree artifact. (#21263) permits_treeartifact_uplevel_symlinks = ge("7.1.0"), + # Whether rule extension APIs are available by default + rule_extension_apis_available = ge("8.0.0"), ) _toolchains = struct( From f34ed69cfa878185ed2a1a4792b8197648870935 Mon Sep 17 00:00:00 2001 From: hvadehra Date: Tue, 29 Oct 2024 19:43:31 +0100 Subject: [PATCH 2/2] Compare with 8.0.0rc1 --- features.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.bzl b/features.bzl index b6f6a1e..0341c10 100644 --- a/features.bzl +++ b/features.bzl @@ -98,7 +98,7 @@ _rules = struct( # Whether treeartifacts can have symlinks pointing outside of the tree artifact. (#21263) permits_treeartifact_uplevel_symlinks = ge("7.1.0"), # Whether rule extension APIs are available by default - rule_extension_apis_available = ge("8.0.0"), + rule_extension_apis_available = ge("8.0.0rc1"), ) _toolchains = struct(