Skip to content

Commit

Permalink
upgrade openjdk version (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Jul 21, 2023
1 parent 2dac3bd commit c49b7d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ check_wasm_node()
## clean
clean_node "${1}"
}

LOG_INFO "------ check java version ---------"
java -version

pwd
ls -la
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@ jobs:
build-${{ matrix.os }}-${{ github.base_ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
build-${{ matrix.os }}-${{ github.base_ref }}-
build-${{ matrix.os }}-
- name: Set up JDK 1.8.0.345
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.345'
- name: install CentOS dependencies
run: yum install -y epel-release centos-release-scl wget which git openssl-devel openssl java java-devel tree
run: yum install -y epel-release centos-release-scl wget which git openssl-devel openssl tree
- name: run build test
run: /bin/bash gradlew build --info
- name: run integration testing
Expand Down

0 comments on commit c49b7d5

Please sign in to comment.