mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
19056: pkg/lvgl: bump to 8.3.4 r=aabadie a=aabadie 19063: CI: no quickbuild on "bors try" r=aabadie a=kaspar030 Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr> Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
This commit is contained in:
commit
0c157b750a
4
.murdock
4
.murdock
@ -184,8 +184,8 @@ fi
|
||||
# configurations.
|
||||
if [ -z "${QUICK_BUILD}" ]; then
|
||||
export QUICK_BUILD=0
|
||||
if [ "${CI_BUILD_BRANCH}" = "staging" ]; then
|
||||
# always do full build for bors' integration branch
|
||||
if [ "${CI_BUILD_BRANCH}" = "staging" ] || [ "${CI_BUILD_BRANCH}" = "trying" ]; then
|
||||
# always do full build for bors' branches
|
||||
true
|
||||
elif [ ${FULL_BUILD} -eq 1 ]; then
|
||||
# full build if building nightly or full build requested by label
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PKG_NAME=lvgl
|
||||
PKG_URL=https://github.com/littlevgl/lvgl
|
||||
# v8.3.3
|
||||
PKG_VERSION=5545ffc9257808ee26eac833ec5326706cdf2007
|
||||
# v8.3.4
|
||||
PKG_VERSION=2c0162b457e32da50268127575c0c2b95ab29bc1
|
||||
PKG_LICENSE=MIT
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user