diff options
Diffstat (limited to 'debian/workarounds/ceph-dencoder-oom')
-rw-r--r-- | debian/workarounds/ceph-dencoder-oom | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/workarounds/ceph-dencoder-oom b/debian/workarounds/ceph-dencoder-oom new file mode 100644 index 00000000..87202132 --- /dev/null +++ b/debian/workarounds/ceph-dencoder-oom @@ -0,0 +1,7 @@ +#!/bin/bash + +echo "Unfortunately it is not possible to compile ceph-dencoder" 1>&2 +echo "on this architecture, see bug #947886." 1>&2 +echo "" 1>&2 +exit 1 + |