Skip to content

testing/bazel: disable stripping

Bob Green requested to merge bobg/aports:patch-1 into master

Simple bazel version fails with error.

file is invalid or corrupted (missing end of central directory record)
Opening zip "/proc/self/exe": Cannot find central directory
FATAL: Failed to open '/proc/self/exe' as a zip file: (error: 5): I/O error

A suggested fix was to disable stripping. https://github.com/bazelbuild/bazel/issues/600 Other distros also do this so let's try.

Merge request reports