repo: mount files in build container differently
This commit is contained in:
parent
0dd099a38d
commit
a65ecf7386
|
@ -15,7 +15,7 @@ services:
|
|||
|
||||
piston_fs_repo: #Temporary solution until CI works
|
||||
build: repo
|
||||
command: ['deno-1.7.5'] # Only build deno
|
||||
command: ['jelly-0.1.31'] # Only build jelly
|
||||
volumes:
|
||||
- ./repo:/repo
|
||||
- ./packages:/packages
|
||||
- ./repo:/piston/repo
|
||||
- ./packages:/piston/packages
|
|
@ -1,11 +1,11 @@
|
|||
cd /packages
|
||||
cd /piston/packages
|
||||
|
||||
for pkg in "$@"
|
||||
do
|
||||
make -j16 $pkg.pkg.tar.gz
|
||||
done
|
||||
|
||||
cd /repo
|
||||
cd /piston/repo
|
||||
./mkindex.sh
|
||||
|
||||
python3 -m http.server
|
Loading…
Reference in New Issue