fix go build
This commit is contained in:
@@ -189,7 +189,7 @@ _go_lang_config = {
|
|||||||
"max_real_time": 5000,
|
"max_real_time": 5000,
|
||||||
"max_memory": 1024 * 1024 * 1024,
|
"max_memory": 1024 * 1024 * 1024,
|
||||||
"compile_command": "/usr/bin/go build -o {exe_path} {src_path}",
|
"compile_command": "/usr/bin/go build -o {exe_path} {src_path}",
|
||||||
"env": ["GOCACHE=/tmp"]
|
"env": ["GOCACHE=/tmp", "GOPATH=/tmp"]
|
||||||
},
|
},
|
||||||
"run": {
|
"run": {
|
||||||
"command": "{exe_path}",
|
"command": "{exe_path}",
|
||||||
|
|||||||
Reference in New Issue
Block a user