-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci(CI): 🚀 fix CI
- Loading branch information
Showing
8 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "judger/nsjail-docker"] | ||
path = judger/nsjail-docker | ||
url = git@github.com:mdcpp/static-binary-zoo.git | ||
url = https://github.com/mdcpp/static-binary-zoo.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mkdir -p rootfs | ||
sudo docker build -t c-11-mdoj-plugin . | ||
sudo docker export $(sudo docker create c-11-mdoj-plugin) | tar -C rootfs -xvf - | ||
sudo docker export $(sudo docker create c-11-mdoj-plugin) | tar -C rootfs -xvf - > /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mkdir -p rootfs | ||
sudo docker build -t cpp-11-mdoj-plugin . | ||
sudo docker export $(sudo docker create cpp-11-mdoj-plugin) | tar -C rootfs -xvf - | ||
sudo docker export $(sudo docker create cpp-11-mdoj-plugin) | tar -C rootfs -xvf - > /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mkdir -p rootfs | ||
sudo docker build --build-arg ARCH=$(uname -m) -t rlua-54-mdoj-plugin . | ||
sudo docker export $(sudo docker create rlua-54-mdoj-plugin) | tar -C rootfs -xvf - | ||
sudo docker export $(sudo docker create rlua-54-mdoj-plugin) | tar -C rootfs -xvf - > /dev/null |