From 08158571c0fa19f420b14fb70c60e6d4431cde64 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Sat, 8 Apr 2023 01:02:45 -0300 Subject: [PATCH] Jenkins: Remove forgotten debug line --- .ci/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 67320c2e2..1d50e304c 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -948,7 +948,6 @@ else -S "$prefix" -B "$prefix_build" || exit 99 cmake --build "$prefix_build" -j$(nproc) || exit 99 cmake --install "$prefix_build" || exit 99 - cp -p "$cwd_root/archive_tmp/usr/bin/fluidsynth" fluidsynth # Build SDL2 for joystick and FAudio support, with most components # disabled to remove the dependencies on PulseAudio and libdrm.