Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 6, 2025
1 parent d60cbf0 commit 343e41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/artifact_gen/metadata_for_wrapped_languages.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ void AddPhpConfig(nlohmann::json& config) {
}
php_full_deps.erase("z");
php_full_deps.erase("cares");
php_full_deps.erase("@zlib//:zlib");
for (const auto& dep : php_full_deps) {
auto it = lib_maps.find(dep);
if (it != lib_maps.end()) {
Expand Down
2 changes: 2 additions & 0 deletions tools/buildgen/generate_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ TEST=true tools/buildgen/build_cleaner.py build_autogenerated.yaml
python3 tools/buildgen/generate_projects.py build_handwritten.yaml build_autogenerated.yaml $gen_build_files "$@"

rm $gen_build_files

tools/artifact_gen/artifact_gen.sh

0 comments on commit 343e41b

Please sign in to comment.