Commit graph

4 commits

Author SHA1 Message Date
trop[bot]
b4db821b6a
fix: pass root_gen_dir from GN to generate_node_headers.py (#50873)
fix: pass root_gen_dir from GN to generate_node_headers.py

PR #50828 replaced a local get_out_dir() (defaulting to 'Testing') with
the shared one from script/lib/util.py (defaulting to 'Default').
Neither default is correct because the actual output directory depends
on the active build config. Pass $root_gen_dir from the GN action so
the script always uses the correct path.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2026-04-10 18:29:49 +02:00
Samuel Attard
a67aad0f50
build: use siso instead of reclient (#47534) 2025-08-22 14:17:02 -04:00
Shelley Vohr
7a5e9613d2
build: rework header generation in Node.js (#44657)
* build: rework header generation in Node.js

* build: fix patch location error

* fix: set --root-dir correctly
2024-11-19 10:57:38 -05:00
Shelley Vohr
39b24aed92
refactor: move node ofs script to electron (#44425)
* refactor: move node ofs script to electron

* chore: remove empty file
2024-10-29 13:22:26 +01:00