fix fauxbuild

This commit is contained in:
humbletim
2024-12-11 12:33:28 -05:00
parent a1214b384a
commit c08338b0ac
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ jobs:
- name: 0a-1_ninja_fauxbuild
if: fromJSON(inputs.fstuple).fauxbuild != ''
run: |
fsvr_step 0a-1_ninja_fauxbuild {{ fromJSON(inputs.fstuple).fauxbuild }}
fsvr_step 0a-1_ninja_fauxbuild ${{ fromJSON(inputs.fstuple).fauxbuild }}
- name: 089_ninja_build accomodate mis-manifested llwebrtc
if: fromJSON(inputs.fstuple).fauxbuild == ''
+1 -1
View File
@@ -39,7 +39,7 @@ std::string get_tool_name(int argc, char* argv[]) {
std::string get_artifact_name(int argc, char* argv[]) {
std::string artifact_filename;
std::regex artifact_regex("[-/](?:Fo|out:)([^ ]+)");
std::regex artifact_regex("[-/](?:Fo|out:)[ ]*([^ ]+)");
std::cmatch match;
for (int i = 1; i < argc; ++i) {
+4
View File
@@ -225,9 +225,13 @@ EOF
_cl_exe=$cl_exe
_lib_exe=$lib_exe
_link_exe=$link_exe
_cmcldeps_exe=$cmcldeps_exe
_rc_exe=$rc_exe
cl_exe=restat-only-cl.exe
lib_exe=restat-only-lib.exe
link_exe=restat-only-link.exe
cmcldeps_exe=true.exe
rc_exe=true.exe
EOF
)}