Skip to content

Commit 7224f7c

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-592e7d78
2 parents 5511221 + 592e7d7 commit 7224f7c

File tree

18 files changed

+8164
-8077
lines changed

18 files changed

+8164
-8077
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ jobs:
176176
--slave /usr/bin/loongarch64-linux-gnu-gcov loongarch64-linux-gnu-gcov /usr/bin/loongarch64-linux-gnu-gcov-13
177177
sudo update-alternatives \
178178
--install /usr/bin/loongarch64-linux-gnu-cpp loongarch64-linux-gnu-cpp /usr/bin/loongarch64-linux-gnu-cpp-13 100
179+
- host: ubuntu-latest
180+
target: aarch64-unknown-linux-ohos
179181

180182
# FreeBSD
181183
- host: ubuntu-latest
@@ -202,6 +204,9 @@ jobs:
202204
with:
203205
toolchain: nightly-2025-07-25
204206
components: rust-src
207+
- name: Setup OpenHarmony SDK
208+
if: ${{ contains(matrix.settings.target, 'ohos') }}
209+
uses: openharmony-rs/setup-ohos-sdk@52d50de65363f895558a43de0dceb1f8e3679b1c # v0.2.3
205210
- name: Restore Cargo cache
206211
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
207212
with:

CHANGELOG-0.md

Lines changed: 1841 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)