We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affca97 commit 0563ecfCopy full SHA for 0563ecf
containers/swift/run.sh
@@ -1,2 +1,4 @@
1
#!/usr/bin/env bash
2
+
3
+chmod 777 script.swift
4
swift script.swift < run.stdin 1> run.stdout 2> run.stderr
tests/swift/test_worker.sh
@@ -22,7 +22,7 @@ docker run \
22
--rm \
23
--read-only \
24
-v "$RUNBOX":/usr/src/runbox \
25
- -v "$RUNBOX":/tmp \
+ # -v "$RUNBOX":/tmp \
26
-w /usr/src/runbox codingblocks/judge-worker-swift \
27
bash -c "/bin/compile.sh && /bin/run.sh"
28
0 commit comments