Skip to content
Snippets Groups Projects
Commit ae6ea8eb authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Sebastian Reichel
Browse files

[NOUPSTREAM] CI: disable RELR

The arm64 binutils from Debian testing generate non working
RELR code resulting in a non-booting kernel. As a workaround
disable RELR to get a booting kernel. This can be reverted
once Debian's binutils are fixed. More information are available
in this bug report:

https://bugs.debian.org/1074111



Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 73ed12a6
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ check devicetrees:
-e WLAN_VENDOR_REALTEK -m RTW89 -m RTW89_CORE
-m RTW89_PCI -m RTW89_8825B -m RTW89_8852BE
-m BINFMT_MISC
-d RELR
- make -j$(nproc) $ADDITIONAL_BUILD_CMD bindeb-pkg
- mkdir artifacts && dcmd mv ../*.changes artifacts/
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment