Skip to content

Commit d144e51

Browse files
authored
Merge pull request #21531 from maribu/makefiles/docker.inc.mk/pin-new-image
build-system: pin new docker image
2 parents e567db6 + 0a21b4d commit d144e51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/lang_support/official/rust-gcoap/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# name of your application
22
APPLICATION = rust_gcoap
33

4+
# TODO: Fix bug in docker image
5+
BOARD_BLACKLIST := native32 native64 native
6+
47
# The name of crate (as per Cargo.toml package name, but with '-' replaced with '_')
58
#
69
# The presence of this triggers building Rust code contained in this

makefiles/docker.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# When the docker image is updated, checks at
66
# dist/tools/buildsystem_sanity_check/check.sh start complaining in CI, and
77
# provide the latest values to verify and fill in.
8-
DOCKER_TESTED_IMAGE_REPO_DIGEST := 63a87608742890b1ecfc2eea5289d32298d6696a4bd1d9d11a9da2fd32071e4f
8+
DOCKER_TESTED_IMAGE_REPO_DIGEST := 116c51ffe0c80ffcf9eb693334f8f2e180cdaa66509e81a21217fdd45a2858b5
99

1010
DOCKER_PULL_IDENTIFIER := docker.io/riot/riotbuild@sha256:$(DOCKER_TESTED_IMAGE_REPO_DIGEST)
1111
export DOCKER_IMAGE ?= $(DOCKER_PULL_IDENTIFIER)

0 commit comments

Comments
 (0)