Skip to content

optimized

optimized #679

name: VoidLinux-glibc
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
test:
runs-on: ubuntu-latest
container: voidlinux/voidlinux
steps:
# SSL certificate subject doesn't match host alpha.de.repo.voidlinux.org
# ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata': Operation not permitted
- run: sed -i s/alpha.de.repo.voidlinux.org/repo-default.voidlinux.org/g /usr/share/xbps.d/*
- run: xbps-install -Syu xbps
- run: xbps-install -S
- run: xbps-install -Syu curl xz gcc
- uses: actions/checkout@v4
- run: ./ppkg --help
- run: ./ppkg --version
- run: ./ppkg setup
- run: ./ppkg about
- run: ./ppkg integrate zsh
- run: ./ppkg update
- run: ./ppkg search lib
- run: ./ppkg search uctags
- run: ./ppkg info-available uctags
- run: ./ppkg info-available uctags summary
- run: ./ppkg info-available uctags web-url
- run: ./ppkg info-available uctags version
- run: ./ppkg depends uctags
- run: ./ppkg install uctags
- run: ./ppkg tree uctags
- run: ./ppkg pack uctags -t tar.xz
- run: ./ppkg formula-repo-list
- run: ./ppkg ls-available
- run: ./ppkg ls-installed
- run: ./ppkg ls-outdated
- run: ./ppkg is-available uctags
- run: ./ppkg is-installed uctags
- run: ./ppkg is-outdated uctags || echo "not outdated"
- run: ./ppkg uninstall uctags
- run: ./ppkg fetch curl
- run: ./ppkg upgrade-self