Skip to content

Commit 0563ecf

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent affca97 commit 0563ecf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

containers/swift/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/usr/bin/env bash
2+
3+
chmod 777 script.swift
24
swift script.swift < run.stdin 1> run.stdout 2> run.stderr

tests/swift/test_worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run \
2222
--rm \
2323
--read-only \
2424
-v "$RUNBOX":/usr/src/runbox \
25-
-v "$RUNBOX":/tmp \
25+
# -v "$RUNBOX":/tmp \
2626
-w /usr/src/runbox codingblocks/judge-worker-swift \
2727
bash -c "/bin/compile.sh && /bin/run.sh"
2828

0 commit comments

Comments
 (0)