Skip to content

Commit

Permalink
common/container: remove gconv noextract, add README
Browse files Browse the repository at this point in the history
noextracting gconv was breaking CI for limine
  • Loading branch information
classabbyamp committed Sep 4, 2023
1 parent 3d87ebe commit 0960c77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions common/container/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## void-packages buildroot containers

These containers are used for CI and should contain everything needed to run xbps-src.

### Updating

To build a new version, kick off a CI run by pushing something to `common/container/` on `master` or using the `Run workflow` button [here](https://github.com/void-linux/void-packages/actions/workflows/container.yaml).

Once this is built, update the version where it is used in `.github/workflows/` (typically in the value of a `container.image` key) to the newly-built tag.
1 change: 0 additions & 1 deletion common/container/noextract.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ noextract=/usr/share/fish/vendor-completions.d*
noextract=/usr/share/zsh/site-functions*
noextract=/usr/share/info*
noextract=/usr/share/locale*
noextract=/usr/lib/gconv*

0 comments on commit 0960c77

Please sign in to comment.