diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2024-02-02 16:04:37 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2024-03-02 18:11:25 +0000 |
| commit | 5674f0662faa14c71cd28281700f3db8f52280e6 (patch) | |
| tree | 47489acb6d81a74dad8746173245bda8f1869782 /.github/workflows | |
| parent | 6db96de66c2c0ea3f4f2f348ed1a83c2c507687d (diff) | |
| download | rust-5674f0662faa14c71cd28281700f3db8f52280e6.tar.gz rust-5674f0662faa14c71cd28281700f3db8f52280e6.zip | |
Promote OpenHarmony targets to tier 2
MCP: rust-lang/compiler-team#719
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b0a33841ad..1d1056de25c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,6 +235,9 @@ jobs: - name: dist-loongarch64-linux os: ubuntu-20.04-8core-32gb env: {} + - name: dist-ohos + os: ubuntu-20.04-8core-32gb + env: {} - name: dist-powerpc-linux os: ubuntu-20.04-8core-32gb env: {} |
