Skip to content

Commit

Permalink
unset SPEC"
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Sep 16, 2024
1 parent 7e2d64c commit e31ae81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/system/reproducibleCompare/reproducible.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ ifneq (,$(findstring linux,$(SPEC)))
SBOM_FILE := $(subst $(TEST_ROOT)/../jdkbinary,/home/jenkins/test,$(SBOM_FILE))
endif

RM_DEBUGINFO := $(shell find $(TEST_JDK_HOME) -type f -name "*.debuginfo" -delete)
RM_DEBUGINFO := $(shell find $(TEST_JDK_HOME) -type f -name "*.debuginfo" -delete)
undefine SPEC

0 comments on commit e31ae81

Please sign in to comment.