From 93807b82b65d3e4d4b87261692e935f0dc55858f Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Fri, 15 Nov 2024 13:54:08 +0000 Subject: [PATCH] patch location debug --- tests/scripts/fdb_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/fdb_build.sh b/tests/scripts/fdb_build.sh index d5c886ad0..dc496251c 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -196,6 +196,9 @@ unzip -q ${FDB_VERSION}.zip message "Patching sources" cd foundationdb-${FDB_VERSION} +ls ${SCRIPT_LOCATION} +ls +pwd patch -p1 -i ${SCRIPT_LOCATION}/mariadb_foundationdb-${FDB_VERSION}_gcc.patch cd -