From 79838404e718aa3f272be60ddac37a1678074092 Mon Sep 17 00:00:00 2001 From: bneradt Date: Thu, 30 Jul 2026 10:44:13 -0500 Subject: [PATCH] CI: enable WAMR in Fedora builds Fedora CI disabled WAMR because its image carried an older runtime. The presets also point to the custom OpenSSL and curl installations removed from the Fedora 44 image, so dependency discovery relies on stale hints. This restores AUTO detection for WAMR in shared CI and AuTest presets and removes the obsolete Fedora OpenSSL and curl roots. The Fedora presets retain their explicit OpenTelemetry and WAMR roots, while quiche retains its dedicated BoringSSL and quiche locations. --- CMakePresets.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index cec863644f3..b58d250a5d0 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -59,7 +59,6 @@ "ENABLE_AUTEST": "ON", "CMAKE_INSTALL_PREFIX": "/tmp/ts-autest", "BUILD_EXPERIMENTAL_PLUGINS": "ON", - "ENABLE_WASM_WAMR": "OFF", "ENABLE_EXAMPLE": "ON" } }, @@ -129,7 +128,6 @@ "THREAD_SAFETY_ANALYSIS_AS_ERROR": "ON", "ENABLE_CCACHE": "ON", "BUILD_EXPERIMENTAL_PLUGINS": "ON", - "ENABLE_WASM_WAMR": "OFF", "ENABLE_EXAMPLE": "ON", "CMAKE_INSTALL_PREFIX": "/tmp/ats" } @@ -185,9 +183,7 @@ "inherits": ["ci"], "cacheVariables": { "ENABLE_PROBES": "ON", - "OPENSSL_ROOT_DIR": "/opt/openssl-quic", "opentelemetry_ROOT": "/opt", - "CURL_ROOT": "/opt", "wamr_ROOT": "/opt", "ENABLE_CRIPTS": "ON" } @@ -210,7 +206,6 @@ "OPENSSL_ROOT_DIR": "/opt/h3-tools-boringssl/boringssl", "quiche_ROOT": "/opt/h3-tools-boringssl/quiche", "opentelemetry_ROOT": "/opt", - "CURL_ROOT": "/opt", "wamr_ROOT": "/opt", "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche", "ENABLE_QUICHE": "ON"