File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,13 +230,14 @@ printf -v test_command '%q ' ./vnew "$@"
230230
231231remote_command=" cd ${guest_repo_q} "
232232remote_command+=" && export PATH=${guest_repo_q} :\$ PATH VFLAGS=${vflags_q} "
233+ remote_command+=" V_C_ERROR_BUG_REPORT_DISABLED=1"
233234remote_command+=" && if [ ! -f thirdparty/tcc/lib/libgc.a ]; then make; fi"
234- remote_command+=" && V_C_ERROR_BUG_REPORT_DISABLED=1 ./v -old-compiler -o ./vnew cmd/v"
235+ remote_command+=" && ./v -old-compiler -o ./vnew cmd/v"
235236if (( provision)) ; then
236237 remote_command+=" && ./vnew retry -- ./vnew install markdown"
237238 remote_command+=" && if [ ! -f thirdparty/sqlite/sqlite3.c ]; then ./vnew -old-compiler run vlib/db/sqlite/install_thirdparty_sqlite.vsh; fi"
238239fi
239240remote_command+=" && ./vnew wipe-cache"
240- remote_command+=" && VJOBS=${jobs_q} V_C_ERROR_BUG_REPORT_DISABLED=1 "
241+ remote_command+=" && VJOBS=${jobs_q} "
241242remote_command+=" V_MACOS_V3_NO_FALLBACK=${no_fallback_q} ${test_command} "
242243ssh " ${ssh_options[@]} " " $guest " " $remote_command "
You can’t perform that action at this time.
0 commit comments