File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
examples/lang_support/official/rust-gcoap Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# name of your application
22APPLICATION = 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
Original file line number Diff line number Diff line change 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
1010DOCKER_PULL_IDENTIFIER := docker.io/riot/riotbuild@sha256:$(DOCKER_TESTED_IMAGE_REPO_DIGEST )
1111export DOCKER_IMAGE ?= $(DOCKER_PULL_IDENTIFIER )
You can’t perform that action at this time.
0 commit comments