Skip to content

Commit

Permalink
fixup! fixup! fixup! (canonicalize_pathname_custom): fix `--disable-c…
Browse files Browse the repository at this point in the history
…harset` build broken in 8f723b8

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent d5755d7 commit 652f4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
apk add autoconf automake build-base libtool pkgconf sudo
apk add check-dev e2fsprogs-dev gettext-dev glib-dev gpm-dev libssh2-dev perl slang-dev
apk add aspell-dev check-dev e2fsprogs-dev gettext-dev glib-dev gpm-dev libssh2-dev perl slang-dev
- name: Bootstrap build system
run: ./autogen.sh
Expand All @@ -27,7 +27,7 @@ jobs:
adduser --home "$(pwd)/build-default" --no-create-home --disabled-password test users
chown test:users -R $(pwd)
sudo -u test -i mkdir build-default && cd $_
sudo -u test -i mkdir build-default && cd $_
sudo -u test -i \
../configure \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
run: |
# Tests must be run as a non-root user
useradd -ms /bin/bash test
chown test:test -R $(pwd)
mkdir build-default && chown test:test build-default && cd $_
sudo -u test mkdir build-default && cd $_
sudo -u test \
../configure \
Expand Down

0 comments on commit 652f4c3

Please sign in to comment.