Skip to content

Commit

Permalink
ci: should be the final modification...
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent a6ac2d2 commit 94c2c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- run: |
docker build -f ci/arch-build.dockerfile -t ci .
docker run -v $PWD:/project -w /project ci sudo -u build ./packaging/aur.sh v0.3.1-beta
docker run -v $PWD:/project -w /project -u nobody ci ./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
cat .SRCINFO
5 changes: 1 addition & 4 deletions ci/arch-build.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
FROM archlinux
RUN pacman --noconfirm -Syu && pacman --noconfirm -S base-devel wget rust sudo
RUN useradd build
RUN passwd -d build
RUN echo "build ALL=(ALL) ALL" | tee -a /etc/sudoers
RUN pacman --noconfirm -Syu && pacman --noconfirm -S base-devel wget rust

0 comments on commit 94c2c8c

Please sign in to comment.