diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 051a147..9167880 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,14 +22,14 @@ jobs: name: "spin", version: "v2", } - - { - name: "wws", - version: "v1", - } - - { - name: "lunatic", - version: "v1", - } + # - { + # name: "wws", + # version: "v1", + # } + # - { + # name: "lunatic", + # version: "v1", + # } env: ARCH: ${{ matrix.config.arch }} steps: diff --git a/Makefile b/Makefile index 713ae8f..5c4c89d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SHIMS := spin wws lunatic +SHIMS := spin BUILD_TARGETS = $(foreach shim,$(SHIMS),build-$(shim)-cross-$(TARGET)) PREFIX ?= /usr/local