1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20840 from mguetschow/riotbuild-bump

makefiles/docker.inc.mk: bump riotbuild docker image to last available
This commit is contained in:
Marian Buschsieweke 2024-08-29 09:26:47 +00:00 committed by GitHub
commit b469a52a21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# This *MUST* be updated in lock-step with the riotbuild image in
# https://github.com/RIOT-OS/riotdocker. The idea is that when checking out
# a random RIOT merge commit, `make BUILD_IN_DOCKER=1` should always succeed.
DOCKER_TESTED_IMAGE_ID := f5951bc41dfface6cac869181d703e62cbdd3b7976b0946130a38f2e658000b3
DOCKER_TESTED_IMAGE_REPO_DIGEST := 75dec511ba26424987a26bdee5ac2f94d5f4928d79b627d1620b9d2391aab3e1
DOCKER_TESTED_IMAGE_ID := bbd6bc053ac3eafb173a475e0439376db91b9a88f4b504e1bfa4e0d432204e63
DOCKER_TESTED_IMAGE_REPO_DIGEST := 52ee7ae8ec4f9b8852aac15cf349d748484cd4d0732b6e030eddf4fff854e799
DOCKER_PULL_IDENTIFIER := docker.io/riot/riotbuild@sha256:$(DOCKER_TESTED_IMAGE_REPO_DIGEST)
DOCKER_IMAGE_DEFAULT := sha256:$(DOCKER_TESTED_IMAGE_ID)

View File

@ -1,7 +1,7 @@
PKG_NAME=emlearn
PKG_URL=https://github.com/emlearn/emlearn
# 0.12
PKG_VERSION=d8cffb6cdd5619eb26d01287f07a530128958b60
# 0.17.1
PKG_VERSION=7a21d49b13fb82d57b4768c1ac821825809bf4b1
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk

Binary file not shown.