Skip to content

Commit 615d5e7

Browse files
committed
Workaround Containerfile annobin build issue BZ#2162746
1 parent cf1e896 commit 615d5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# https://sipb.mit.edu/doc/safe-shell
2323
set -Eefuxo pipefail
2424

25-
BUILD_FLAGS="$(rpmbuild --eval '%set_build_flags')"
25+
BUILD_FLAGS="$(rpmbuild --undefine _annotated_build --eval '%set_build_flags')"
2626
eval "${BUILD_FLAGS}"
2727

2828
if [ -z "${REMOTE_SOURCES_DIR:-}" ]; then

0 commit comments

Comments
 (0)