From 61577d7951a1f7eb6f9788da401e64f951268e69 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Sat, 24 Feb 2024 22:56:01 +0000 Subject: [PATCH] feat: add `extract_supports_unicode_filenames` (#41) A feature gate for https://github.com/bazelbuild/bazel/pull/18448 Required for bazelbuild/rules_go#3872 --- features.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.bzl b/features.bzl index ce08fc1..e28d1c5 100644 --- a/features.bzl +++ b/features.bzl @@ -29,6 +29,8 @@ _external_deps = struct( download_has_block_param = ge("7.1.0"), # Whether repository_ctx#download has the headers parameter, allowing arbitrary headers (#17829) download_has_headers_param = ge("7.1.0"), + # Whether repository_ctx#extract has unicode filename extraction fix (#18448) + extract_supports_unicode_filenames = ge("6.4.0"), ) _flags = struct(