File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.23.2
2+
3+ - Add ` LIBCLANG_PATH ` to the environment variables allowlist.
4+
15## 0.23.1
26
37- Change the length of the checksum used for ` outputDirectory ` to 10 hexadecimal
Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ class NativeAssetsBuildRunner {
546546 const staticVariablesFilter = {
547547 'ANDROID_HOME' , // Needed for the NDK.
548548 'HOME' , // Needed to find tools in default install locations.
549+ 'LIBCLANG_PATH' , // Needed for Rust's bindgen + clang-sys.
549550 'PATH' , // Needed to invoke native tools.
550551 'PROGRAMDATA' , // Needed for vswhere.exe.
551552 'SYSTEMDRIVE' , // Needed for CMake.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: hooks_runner
22description : >-
33 This package is the backend that invokes build hooks.
44
5- version : 0.23.1
5+ version : 0.23.2
66
77repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
88
You can’t perform that action at this time.
0 commit comments