File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Install dependencies Alpine
1919 if : matrix.os[0] == 'alpine'
2020 run : |
21- apk add --no-cache build-base bash git autoconf automake meson ninja-build cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
21+ apk add --no-cache build-base bash git autoconf automake meson samurai cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
2222
2323 - name : Install dependencies Fedora
2424 if : matrix.os[0] == 'fedora'
2929
3030 - name : Compile Tools
3131 run : |
32+ chown -R $(id -nu):$(id -ng) .
3233 export PSPDEV=$PWD/pspdev
3334 export PATH=$PATH:$PSPDEV/bin
3435 ./build-all.sh
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PATH $PATH:${PSPDEV}/bin
66
77COPY . /src
88
9- RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson ninja-build
9+ RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson samurai
1010RUN cd /src && ./build-all.sh
1111
1212# Second stage of Dockerfile
You can’t perform that action at this time.
0 commit comments