Skip to content

Commit

Permalink
temp disable slight
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Jan 18, 2024
1 parent 9c44d42 commit 75d0dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
os: "ubuntu-latest",
arch: "aarch64"
}
shims:
- {
name: "slight",
version: "v1",
}
shims:
- {
name: "spin",
version: "v2",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHIMS := slight spin wws lunatic
SHIMS := spin wws lunatic
BUILD_TARGETS = $(foreach shim,$(SHIMS),build-$(shim)-cross-$(TARGET))

PREFIX ?= /usr/local
Expand Down

0 comments on commit 75d0dc1

Please sign in to comment.