Skip to content

Commit

Permalink
feat: update the buildenv for ICU 74
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Feb 20, 2024
1 parent 1858980 commit e845551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ DOCKER_REPO ?= filipfilmar
all: \
push-buildenv.stamp \
latest.stamp \
v74.stamp \
v73.stamp \
v72.stamp \
v71.stamp \
Expand Down Expand Up @@ -70,13 +71,15 @@ push-%.stamp: tag-%.stamp
docker push ${DOCKER_REPO}/rust_icu_$*:${VERSION}
touch $@

latest.stamp: push-buildenv.stamp v72.stamp
latest.stamp: push-buildenv.stamp v74.stamp
touch $@

# These intermediate files will not be removed. Ideally we'd want all *.stamp
# files to be preserved, but it seems that only explicitly named files can be
# preserved. I.e. %.stamp doesn't work.
.PRECIOUS: \
push-maint-74.stamp push-testenv-74.stamp \
build-testenv-74.stamp tag-testenv-74.stamp \
push-maint-73.stamp push-testenv-73.stamp \
build-testenv-73.stamp tag-testenv-73.stamp \
push-maint-72.stamp push-testenv-72.stamp \
Expand Down

0 comments on commit e845551

Please sign in to comment.