Remove VARIANT=dev on unix port

This commit is contained in:
Amir Gonnen 2023-06-06 00:55:54 +03:00
parent 6ce2871560
commit d3f379d218
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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: |

@ -1 +1 @@
Subproject commit 90c631da3fde4c6078bb7de57f32578af77bbd3d
Subproject commit 4363757870894ec15ad77bd6535e0f30ccda25ef