mirror of
https://github.com/humbletim/firestorm-gha.git
synced 2026-08-14 00:48:09 +00:00
fix fauxbuild
This commit is contained in:
@@ -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 == ''
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user