aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-09-13 14:10:09 +0100
committerRichard Mortier <mort@cantab.net>2019-09-13 14:10:09 +0100
commit55dbf2a7257bc0d7c44b37e98e26036c9032eb39 (patch)
treed75619aa0c6d730cdcf2f87e2f0b25208ca5cf26
parentf13d7adcc61109fb3cfceba9a36799a41cf7e40a (diff)
downloaddocker-abuild-55dbf2a7257bc0d7c44b37e98e26036c9032eb39.tar.bz2
docker-abuild-55dbf2a7257bc0d7c44b37e98e26036c9032eb39.tar.xz
readme: add note about bash-5.0 issue
Signed-off-by: Richard Mortier <mort@cantab.net>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00f74d5..b566df5 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,4 @@ DABUILD_CACHE=true DABUILD_CLEAN=true abuild [options]
## Known Issues
* Docker doesn't support IPv6 well, so if a package's tests make use of IPv6 they are likely to fail. Observed with `community/libgdata` and [fixed](https://github.com/alpinelinux/aports/pull/7597).
+ * Due to what appears to be an issue with Docker for Desktop (at least on OSX), packages that untar symlinks to files that appear later in the tarball fail after untarring. Observed with `main/bash`. Workaround: just rerun the build, leaving the untarred files in place.