Reverting changes for debugging
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
david 2024-05-15 11:09:36 +02:00
parent 9712e0ebaf
commit 1b57d73186
2 changed files with 1 additions and 4 deletions

View File

@ -72,7 +72,7 @@ notification_name: &notification_name Send Notification
# Basic build options # Basic build options
x-step: &default_build_option x-step: &default_build_option
image: plugins/docker:20.17.4 image: plugins/docker
settings: settings:
dry_run: *dry_run dry_run: *dry_run
mirror: https://registry.phoenix.ipv64.de mirror: https://registry.phoenix.ipv64.de
@ -118,7 +118,6 @@ steps:
trigger: trigger:
branch: branch:
- *branch - *branch
- feature/*
event: event:
- custom - custom

2
warp4j
View File

@ -687,7 +687,6 @@ function create_optimized_runtime() {
if [[ $JAVA_VERSION_BASE -ge 13 ]]; then if [[ $JAVA_VERSION_BASE -ge 13 ]]; then
strip_debug=strip-java-debug-attributes strip_debug=strip-java-debug-attributes
fi fi
echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'"
"$JLINK" \ "$JLINK" \
--no-header-files \ --no-header-files \
--no-man-pages \ --no-man-pages \
@ -742,7 +741,6 @@ function warp_targets() {
if [[ ${TARGETS[*]} == *"$LIN"* ]]; then if [[ ${TARGETS[*]} == *"$LIN"* ]]; then
echo "Warping for $LIN..." echo "Warping for $LIN..."
mkdir -p "$WARPED_TEMP_PATH/$LIN" mkdir -p "$WARPED_TEMP_PATH/$LIN"
echo "warp-packer --arch linux-x64 --input_dir '$BUNDLES_PATH/$LIN' --exec '$LAUNCHER_NAME.sh' --output '$WARPED_TEMP_PATH/$LIN/$APP_NAME'"
warp-packer \ warp-packer \
--arch linux-x64 \ --arch linux-x64 \
--input_dir "$BUNDLES_PATH/$LIN" \ --input_dir "$BUNDLES_PATH/$LIN" \