Skip to content

Commit

Permalink
build: Add debug info to RPM spec
Browse files Browse the repository at this point in the history
  • Loading branch information
loicrouchon committed Jan 1, 2024
1 parent 5d24789 commit 75d9d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/packaging/fedora/symly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ symbolic links.
%setup -q -n symly-${version}

%build
cat /etc/fedora-release
ls -l /usr/lib/jvm
java --version
javac --version
echo "$JAVA_HOME"
ant -f tools/packaging/fedora/build.xml -Dproject.version="${version}" -v

%install
Expand Down

0 comments on commit 75d9d4d

Please sign in to comment.