Skip to content

Commit

Permalink
.github/workflows: use new void containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Aug 31, 2023
1 parent f68893e commit efee4f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
c_compiler: [gcc, clang]
include:
- c_library: glibc
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
void_image: ghcr.io/void-linux/void-glibc-full:20230830r1

- c_library: musl
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
void_image: ghcr.io/void-linux/void-musl-full:20230830r1

runs-on: ubuntu-latest
container: ${{ matrix.void_image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
container:
image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
image: ghcr.io/void-linux/void-glibc-full:20230830r1
steps:
- name: Prepare container
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
latest:
if: github.repository == 'void-linux/xbps'
runs-on: ubuntu-latest
container: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
container: ghcr.io/void-linux/void-glibc-full:20230830r1
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
container: ghcr.io/void-linux/void-glibc-full:20230830r1
steps:
- name: Prepare container
run: |
Expand Down
4 changes: 2 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
libxbps:
- transaction: avoid fetching the whole pkg when updating and only fetch
modified files from target pkg.
- transaction: split fetch part to xbps_transaction_fetch().
- transaction: check for obsoletes exactly once, via xbps_transaction_prepare().
- transaction: check for free space in all affected top-level dirs.
- transaction: check all pkg top-level dirs to see if they are writable.
- cache: download cached packages and signatures into a per repository
directory like repodata files in /var/db/xbps

xbps-*:
- Document exit codes.
Expand Down

0 comments on commit efee4f1

Please sign in to comment.