Skip to content

Commit efee4f1

Browse files
committed
.github/workflows: use new void containers
1 parent f68893e commit efee4f1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
c_compiler: [gcc, clang]
2020
include:
2121
- c_library: glibc
22-
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
22+
void_image: ghcr.io/void-linux/void-glibc-full:20230830r1
2323

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

2727
runs-on: ubuntu-latest
2828
container: ${{ matrix.void_image }}

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
security-events: write
2323
container:
24-
image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
24+
image: ghcr.io/void-linux/void-glibc-full:20230830r1
2525
steps:
2626
- name: Prepare container
2727
run: |

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
latest:
1010
if: github.repository == 'void-linux/xbps'
1111
runs-on: ubuntu-latest
12-
container: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
12+
container: ghcr.io/void-linux/void-glibc-full:20230830r1
1313
env:
1414
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
1515
steps:

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20-
container: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
20+
container: ghcr.io/void-linux/void-glibc-full:20230830r1
2121
steps:
2222
- name: Prepare container
2323
run: |

TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
libxbps:
22
- transaction: avoid fetching the whole pkg when updating and only fetch
33
modified files from target pkg.
4-
- transaction: split fetch part to xbps_transaction_fetch().
5-
- transaction: check for obsoletes exactly once, via xbps_transaction_prepare().
64
- transaction: check for free space in all affected top-level dirs.
75
- transaction: check all pkg top-level dirs to see if they are writable.
6+
- cache: download cached packages and signatures into a per repository
7+
directory like repodata files in /var/db/xbps
88

99
xbps-*:
1010
- Document exit codes.

0 commit comments

Comments
 (0)