diff options
author | Sven Gothel <[email protected]> | 2020-01-01 06:17:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-01 06:17:22 +0100 |
commit | af0ec953243284821b00cd30acdcef376e7ad53e (patch) | |
tree | 2016b775d5613edfd89f6c5612609babb56aaa6e /jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8 | |
parent | f65c043458545055b790b623743e7fa39d508888 (diff) |
jenkins nodes: remove unused; split sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040
split sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040 on two machines
- sgothel-linuxARMv7l-030.androidARMv7l-040 (4 nodes crosscompiling w/o unit tests)
- sgothel-linux64-amd58xx-002 (1 node w/ actual unit tests)
Diffstat (limited to 'jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8')
-rw-r--r-- | jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8 b/jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8 new file mode 100644 index 0000000..bd95e81 --- /dev/null +++ b/jenkins-server-slave-setup/nodes/sgothel-linuxARMv7l-030.androidARMv7l-040/profile.i386.j2se8 @@ -0,0 +1,16 @@ +unset NS_JAVA +unset DYN_JAVA +unset JAVA_ROOT +unset JAVA_BINDIR +unset JDK_HOME +unset JAVA_COMPILER +unset TYA_LOGFILE + +# export LIBXCB_ALLOW_SLOPPY_LOCK=1 + +export CLASSPATH=. + +#export JAVA_HOME=/opt-linux-x86/j2se8 +export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-i386 + +export PATH=$JAVA_HOME/bin:$PATH |