Skip to content

Commit 73618d3

Browse files
committed
CI: disable debug assertions temporarily
Due to the `eh_frame` issue [1]. They may be re-enabled in Rust 1.72.0. Link: Rust-for-Linux#1012 [1] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1a31b93 commit 73618d3

7 files changed

+7
-7
lines changed

.github/workflows/kernel-arm-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
18171817
#
18181818
# Rust hacking
18191819
#
1820-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1820+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
18211821
CONFIG_RUST_OVERFLOW_CHECKS=y
18221822
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
18231823
# CONFIG_RUST_OPT_LEVEL_0 is not set

.github/workflows/kernel-arm64-debug-thinlto.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
14651465
#
14661466
# Rust hacking
14671467
#
1468-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1468+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
14691469
CONFIG_RUST_OVERFLOW_CHECKS=y
14701470
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
14711471
# CONFIG_RUST_OPT_LEVEL_0 is not set

.github/workflows/kernel-arm64-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
14601460
#
14611461
# Rust hacking
14621462
#
1463-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1463+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
14641464
CONFIG_RUST_OVERFLOW_CHECKS=y
14651465
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
14661466
# CONFIG_RUST_OPT_LEVEL_0 is not set

.github/workflows/kernel-ppc64le-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
15821582
#
15831583
# Rust hacking
15841584
#
1585-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1585+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
15861586
CONFIG_RUST_OVERFLOW_CHECKS=y
15871587
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
15881588
CONFIG_RUST_OPT_LEVEL_0=y

.github/workflows/kernel-riscv64-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
13101310
#
13111311
# Rust hacking
13121312
#
1313-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1313+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
13141314
CONFIG_RUST_OVERFLOW_CHECKS=y
13151315
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
13161316
CONFIG_RUST_OPT_LEVEL_0=y

.github/workflows/kernel-x86_64-debug-thinlto.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
15331533
#
15341534
# Rust hacking
15351535
#
1536-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1536+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
15371537
CONFIG_RUST_OVERFLOW_CHECKS=y
15381538
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
15391539
CONFIG_RUST_OPT_LEVEL_0=y

.github/workflows/kernel-x86_64-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
15361536
#
15371537
# Rust hacking
15381538
#
1539-
CONFIG_RUST_DEBUG_ASSERTIONS=y
1539+
#CONFIG_RUST_DEBUG_ASSERTIONS is not set
15401540
CONFIG_RUST_OVERFLOW_CHECKS=y
15411541
# CONFIG_RUST_OPT_LEVEL_SIMILAR_AS_CHOSEN_FOR_C is not set
15421542
CONFIG_RUST_OPT_LEVEL_0=y

0 commit comments

Comments
 (0)