Skip to content

Commit

Permalink
[Misc] Update riscv build environment
Browse files Browse the repository at this point in the history
Summary: Since the environment provided by github always runs out of
space, the environment needs to be updated.

Test Plan: CI

Reviewed-by: sendaoYan, yuleil

Issue: #674
  • Loading branch information
Accelerator1996 committed Sep 19, 2023
1 parent 42d1d46 commit 7df2ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
${TEST_JDK_HOME}/bin/java -version
build_release_riscv_jdk:
runs-on: ubuntu-latest
runs-on: [self-hosted , X64]
container:
image: docker.io/alibabadragonwelljdk/centos7_gcc7_build_image:latest
steps:
Expand Down

0 comments on commit 7df2ff9

Please sign in to comment.