File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717jobs :
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 : |
Original file line number Diff line number Diff line change 11libxbps:
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
99xbps-*:
1010 - Document exit codes.
You can’t perform that action at this time.
0 commit comments