Skip to content

Commit

Permalink
Remove track feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 22, 2018
1 parent 4393f99 commit dfc6292
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ build:
number: {{ build_number }}
skip: true # [win32 or linux32]
string: zulu{{ zulu_build }}_{{ build_number }}
track_features:
- openjdk

test:
requires:
Expand Down
14 changes: 7 additions & 7 deletions recipe/test-jni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ fi

os=$(uname -s | tr '[:upper:]' '[:lower:]')
${CC} -I$JAVA_HOME/include \
-I$JAVA_HOME/include/$os \
-Wl,-rpath,$JAVA_LD_LIBRARY_PATH \
-L$JAVA_LD_LIBRARY_PATH \
-L$JAVA_LD_LIBRARY_PATH/server \
-o vmtest \
test-jni/vmtest.c \
-ljvm
-I$JAVA_HOME/include/$os \
-Wl,-rpath,$JAVA_LD_LIBRARY_PATH \
-L$JAVA_LD_LIBRARY_PATH \
-L$JAVA_LD_LIBRARY_PATH/server \
-o vmtest \
test-jni/vmtest.c \
-ljvm

./vmtest

0 comments on commit dfc6292

Please sign in to comment.