| ... | ... | @@ -50,24 +50,6 @@ jobs: |
| 50 | 50 | uses: actions/checkout@v4 |
| 51 | 51 | - name: Build and Test |
| 52 | 52 | run: sh ci/aarch64-linux-release.sh |
| 53 | | riscv64-linux-debug: |
| 54 | | if: ${{ github.event_name == 'push' }} |
| 55 | | timeout-minutes: 1020 |
| 56 | | runs-on: [self-hosted, Linux, riscv64] |
| 57 | | steps: |
| 58 | | - name: Checkout |
| 59 | | uses: actions/checkout@v4 |
| 60 | | - name: Build and Test |
| 61 | | run: sh ci/riscv64-linux-debug.sh |
| 62 | | riscv64-linux-release: |
| 63 | | if: ${{ github.event_name == 'push' }} |
| 64 | | timeout-minutes: 900 |
| 65 | | runs-on: [self-hosted, Linux, riscv64] |
| 66 | | steps: |
| 67 | | - name: Checkout |
| 68 | | uses: actions/checkout@v4 |
| 69 | | - name: Build and Test |
| 70 | | run: sh ci/riscv64-linux-release.sh |
| 71 | 53 | x86_64-macos-release: |
| 72 | 54 | runs-on: "macos-13" |
| 73 | 55 | env: |