We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b1cb commit 5252f7cCopy full SHA for 5252f7c
.travis.yml
@@ -111,7 +111,10 @@ jobs:
111
- ./nginx -c /home/who/git/nginx-clojure/test/nginx-working-dir/conf/nginx-coroutine.conf -s stop
112
- stage: jdk19 native coroutine test
113
script:
114
- - sudo apt-get install openjdk-19-jdk -y
+ - wget https://download.java.net/java/GA/jdk19.0.1/afdd2e245b014143b62ccb916125e3ce/10/GPL/openjdk-19.0.1_linux-x64_bin.tar.gz
115
+ - tar -xzvf openjdk-19.0.1_linux-x64_bin.tar.gz
116
+ - export JAVA_HOME=`pwd`/jdk-19.0.1
117
+ - export PATH=$JAVA_HOME/bin:$PATH
118
- java -version
119
- cd /home/who/git/nginx-clojure/
120
- lein with-profile nativeCoroutine jar
0 commit comments