summaryrefslogtreecommitdiff
path: root/testing/docker/alpine3.8/EXPERIMENTAL
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-03-17 18:37:43 (GMT)
committerGitHub <noreply@github.com>2019-03-17 18:37:43 (GMT)
commit89ba62fb1daad737cdb33c3b1ef69092beeaab0b (patch)
tree34ea6400ccf438cd9de5d42afe636fde0a011f50 /testing/docker/alpine3.8/EXPERIMENTAL
parentc4126d9397353a74ca5aff602dd2c0c527e1dd07 (diff)
parente4475c33df8702ec780f24ac482d5d9c2fc72d6d (diff)
Merge pull request #1163 from stilor/docker-fixescrosstool-ng-1.24.0-rc3
Fix build on CentOS6/7
Diffstat (limited to 'testing/docker/alpine3.8/EXPERIMENTAL')
-rw-r--r--testing/docker/alpine3.8/EXPERIMENTAL11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/docker/alpine3.8/EXPERIMENTAL b/testing/docker/alpine3.8/EXPERIMENTAL
new file mode 100644
index 0000000..4d4d6d7
--- /dev/null
+++ b/testing/docker/alpine3.8/EXPERIMENTAL
@@ -0,0 +1,11 @@
+Support for Alpine Linux as a build or host platform is EXPERIMENTAL. Some of
+the packages try to compile binaries for the build or the machine and fail
+because they expect certain GLIBC-specific types, etc: Alpine Linux does not
+use GNU libc, it uses musl.
+
+Only the following bug reports will be looked into:
+- A sample configuration used to build successfully and no longer does. Identify
+the commit ID that builds successfully for you.
+- A pull request that fixes the build for any sample on the Alpine Linux.
+
+All other bug reports against Alpine as a build/host will be summarily closed.