Skip to content

Commit

Permalink
Revert "hack: install previous fakeroot version and ignore future upd…
Browse files Browse the repository at this point in the history
…ates" (#468)

* Revert "hack: install previous fakeroot version and ignore future updates (#434)"

This reverts commit 0b8521d.

* bump pkgrel to trigger build

* revert pipeline

* revert pkgrel
  • Loading branch information
cbix authored Jan 8, 2025
1 parent 769dd9c commit 93e444d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ steps:
commands:
- source tools/build-env.sh
- pacman -Sy && pacman-key --init && pacman -S --noconfirm archlinux-keyring && pacman -Syu --noconfirm
- pacman --noconfirm -U https://archive.archlinux.org/packages/f/fakeroot/fakeroot-1.34-1-x86_64.pkg.tar.zst
- run_nobody tools/clean-build-all.sh
- if ls -1 out/*-debug-*$PKGEXT 2>/dev/null 1>&2; then
mv out/*-debug-*$PKGEXT out-debug/; fi
Expand Down Expand Up @@ -112,7 +111,6 @@ steps:
- sleep 9 # backoff to prevent false positives
- source ./tools/build-env.sh
- pacman -Sy && pacman-key --init && pacman -S --noconfirm archlinux-keyring && pacman -Syu --noconfirm
- pacman --noconfirm -U https://archive.archlinux.org/packages/f/fakeroot/fakeroot-1.34-1-x86_64.pkg.tar.zst
- run_nobody tools/clean-build-all.sh
depends_on:
- Prepare
Expand Down
1 change: 0 additions & 1 deletion tools/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ SigLevel = Never
Server = https://arch.osamc.de/$repo/$arch

[options]
IgnorePkg = fakeroot
DownloadUser = root
DisableSandbox

0 comments on commit 93e444d

Please sign in to comment.