Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 524f74a

Browse files
committedMar 14, 2025·
Remove temp file system for JavaFX
Not needed for Exercism
1 parent 37de823 commit 524f74a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎bin/build-crac-checkpoint-image.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ docker run --cap-add CHECKPOINT_RESTORE \
2929
--mount type=bind,src="${solution_dir}",dst=/solution \
3030
--mount type=bind,src="${output_dir}",dst=/output \
3131
--mount type=tmpfs,dst=/tmp \
32-
--tmpfs /openjfx:exec,rw \
3332
exercism/java-test-runner-crac-checkpoint "${slug}" /solution /output
3433

3534
docker commit --change='ENTRYPOINT ["sh", "/opt/test-runner/bin/run-restore-from-checkpoint.sh"]' java-test-runner-crac exercism/java-test-runner-crac-restore

0 commit comments

Comments
 (0)
Please sign in to comment.