Skip to content

Commit

Permalink
Merge branch 'main' into unicodeset-new-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
skius committed Jul 14, 2023
2 parents 641ad38 + fa3e3a8 commit f524bf2
Show file tree
Hide file tree
Showing 47 changed files with 1,286 additions and 477 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
run: |
cd ffi/diplomat/js/examples/node
make
cd ../wasm-demo
npm ci
- name: Run Webpack
Expand Down Expand Up @@ -544,9 +545,13 @@ jobs:
run: |
mkdir -p benchmarks/datasize
- name: Measure size of selected data package provider/datagen/tests/data/testdata.postcard
- name: Generate testdata
run: |
cargo run --package icu_benchmark_binsize -- provider/datagen/tests/data/testdata.postcard file | tee benchmarks/datasize/output.txt
cargo run --bin make-testdata-legacy
- name: Measure size of selected data package provider/testdata/data/testdata.postcard
run: |
cargo run --package icu_benchmark_binsize -- provider/testdata/data/testdata.postcard file | tee benchmarks/datasize/output.txt
- name: Download previous benchmark data
run: |
Expand Down
21 changes: 7 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ exclude = [
"ffi/gn",
# Testdata will still be published in the 1.x stream, but is deprecated
# and we don't use it anymore. As we don't want to keep the actual data
# in the repo it doesn't build without running `cargo make testdata` first.
# in the repo it doesn't build without running `cargo make testdata-legacy`
# first.
"provider/testdata",
# Tutorials are tested in their own cargo workspace against released and
# local crates
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ args = ["check", "--all-targets", "--all-features"]
description = "Check ICU4X build with no features (covered in CI via cargo make check-all-features)"
category = "ICU4X Development"
command = "cargo"
args = ["check", "--all-targets", "--no-default-features"]
args = ["check", "--no-default-features"]

[tasks.ci-job-msrv-check]
description = "Run all tests for the CI 'check' job"
Expand Down
Loading

0 comments on commit f524bf2

Please sign in to comment.