gcc pass 3

This commit is contained in:
phanes
2023-03-09 23:36:47 -05:00
parent 88f65e83e5
commit 1a360bed1a
3 changed files with 315 additions and 0 deletions

View File

@@ -431,6 +431,24 @@
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
},
{
"name": "gcc pass 3",
"target": "components/stage4/gcc.bash --all",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
}
]
}