Skip to content

Commit

Permalink
chore: release a new buildenv (1.82.0) and a new ToT builder
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Nov 13, 2024
1 parent 544e134 commit 6c5093f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,14 @@ jobs:
run: make macos-test
- if: matrix.runs-on == 'ubuntu-latest'
run: make test
test-main-branch:
runs-on: ubuntu-latest
strategy:
matrix:
icu_version: [74]
steps:
- uses: actions/checkout@v2
- name: 'Test ICU `main`'
run: |
make DOCKER_TEST_ENV=rust_icu_testenv-current RUST_ICU_MAJOR_VERSION_NUMBER=${{matrix.icu_version}} docker-test-current
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ docker-test:

# Compiles and tests rust_icu code with the current head at ICU
docker-test-current:
make -C build tag-current.stamp
mkdir -p ${CARGO_TARGET_DIR}
echo top_dir: ${TOP_DIR}
echo pwd: $(shell pwd)
Expand Down

0 comments on commit 6c5093f

Please sign in to comment.