From 0960c77498b795b3ea0f1552c33948722087cfc7 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 4 Sep 2023 15:37:45 -0400 Subject: [PATCH] common/container: remove gconv noextract, add README noextracting gconv was breaking CI for limine --- common/container/README.md | 9 +++++++++ common/container/noextract.conf | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 common/container/README.md diff --git a/common/container/README.md b/common/container/README.md new file mode 100644 index 00000000000..1ff702e1005 --- /dev/null +++ b/common/container/README.md @@ -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. diff --git a/common/container/noextract.conf b/common/container/noextract.conf index be8ac91510c..9d65f3bd312 100644 --- a/common/container/noextract.conf +++ b/common/container/noextract.conf @@ -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*