Skip to content

Commit b71be06

Browse files
committed
Try with tarball
1 parent af9afaa commit b71be06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-gitlab-container-PR.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cd misc-tools
6161
make dj_make_chroot
6262
sudo ./dj_make_chroot
63+
sudo tar cf "$(pwd)/chroot" chroot.tar
6364
6465
- run: |
6566
sudo find . -name chroot

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
6464
RUN mkdir -p /run/php \
6565
&& rm /etc/php/*/fpm/pool.d/www.conf
6666

67-
COPY ["domjudge-main/chroot", "/"]
67+
COPY ["domjudge-main/chroot.tar", "/"]

0 commit comments

Comments
 (0)