Skip to content

Commit

Permalink
Make sure make uses right TZ for dist check
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 8, 2024
1 parent 12696d7 commit 1ed6d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TZ = UTC # same as Github
export TZ
SHELL := /bin/bash
JDK := zulu
JAVA8 := /Library/Java/JavaVirtualMachines/$(JDK)-8.jdk/Contents/Home
Expand All @@ -11,7 +12,7 @@ default: reportjava
ant test

dist: reportjava
ant clean dist
JAVA_HOME=$(JAVA11) ant clean dist
shasum -a 256 --tag ant-javacard.jar

reportjava:
Expand Down

0 comments on commit 1ed6d0d

Please sign in to comment.