From d3f379d21822fc3e5da26895f872969cf47e2ccf Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Tue, 6 Jun 2023 00:55:54 +0300 Subject: [PATCH] Remove VARIANT=dev on unix port --- .github/workflows/unix_port.yml | 4 ++-- .gitpod | 6 +++--- lib/lv_bindings | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unix_port.yml b/.github/workflows/unix_port.yml index d6d51be0f7d6..515a7e731a37 100644 --- a/.github/workflows/unix_port.yml +++ b/.github/workflows/unix_port.yml @@ -19,11 +19,11 @@ jobs: - name: Initialize lv_bindings submodule run: git submodule update --init --recursive lib/lv_bindings - name: Update submodules - run: make -C ports/unix VARIANT=dev DEBUG=1 submodules + run: make -C ports/unix DEBUG=1 submodules - name: Build mpy-cross run: make -j $(nproc) -C mpy-cross - name: Build the unix port - run: make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1 + run: make -j $(nproc) -C ports/unix DEBUG=1 - name: Run tests run: | export XDG_RUNTIME_DIR=/tmp diff --git a/.gitpod b/.gitpod index 467bec33fb4d..de5f1f816605 100644 --- a/.gitpod +++ b/.gitpod @@ -8,9 +8,9 @@ ports: onOpen: ignore tasks: - init: | - make -C ports/unix VARIANT=dev DEBUG=1 submodules - make -j $(nproc) -C mpy-cross VARIANT=dev DEBUG=1 - make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1 + make -C ports/unix DEBUG=1 submodules + make -j $(nproc) -C mpy-cross DEBUG=1 + make -j $(nproc) -C ports/unix DEBUG=1 # source tools/ci.sh && ci_esp32_idf44_setup # source tools/ci.sh && ci_esp32_build command: | diff --git a/lib/lv_bindings b/lib/lv_bindings index 90c631da3fde..436375787089 160000 --- a/lib/lv_bindings +++ b/lib/lv_bindings @@ -1 +1 @@ -Subproject commit 90c631da3fde4c6078bb7de57f32578af77bbd3d +Subproject commit 4363757870894ec15ad77bd6535e0f30ccda25ef