dev #10

Merged
李衍志523370910113 merged 238 commits from dev into master 2025-03-05 16:20:39 +08:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 994137af85 - Show all commits

View File

@ -61,7 +61,7 @@ def get_executor_with_config(
else []
),
copy_in={
jon-lee marked this conversation as resolved Outdated

not necessary

not necessary

resolved.

resolved.
file: result.CmdFile(src=f"/home/tt/.config/joj/tools/{file}")
file: result.CmdFile(src=f"/home/tt/.config/joj/{file}")
# all copyin files store in this tools folder
# are there any corner cases
for file in copy_in_files

View File

@ -153,7 +153,7 @@
"cpuSetLimit": "",
"copyIn": {
"tools/compile": {
"src": "/home/tt/.config/joj/tools/tools/compile",
"src": "/home/tt/.config/joj/tools/compile",
"max": 419430400
}
},
@ -243,7 +243,7 @@
"cpuSetLimit": "",
"copyIn": {
"tools/filelength": {
"src": "/home/tt/.config/joj/tools/tools/filelength",
"src": "/home/tt/.config/joj/tools/filelength",
"max": 419430400
}
},
@ -352,7 +352,7 @@
"cpuSetLimit": "",
"copyIn": {
"tests/homework/h7/.clang-tidy": {
"src": "/home/tt/.config/joj/tools/tests/homework/h7/.clang-tidy",
"src": "/home/tt/.config/joj/tests/homework/h7/.clang-tidy",
"max": 419430400
}
},