Skip to content

Commit

Permalink
fix: adds a make test target to the buildenv
Browse files Browse the repository at this point in the history
I remembered that buildenv often bitrots.
It might be a good idea to give it a quick check once in a while.
  • Loading branch information
filmil committed Feb 20, 2024
1 parent e845551 commit e0c8e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# rust_icu_buildenv.
FROM rust:1.71.0 AS buildenv
FROM rust:1.75.0 AS buildenv

RUN mkdir -p /src

Expand Down
3 changes: 3 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ latest.stamp: push-buildenv.stamp v74.stamp
v%.stamp: push-maint-%.stamp push-testenv-%.stamp
touch $@

test: tag-maint-74.stamp tag-testenv-74.stamp
.PHONY: test

0 comments on commit e0c8e69

Please sign in to comment.