Skip to content

Commit

Permalink
feat(*): remove spin shim from the repo (#217)
Browse files Browse the repository at this point in the history
* feat(*): remove spin shim from the repo

this commit removes the spin shim from the repo
since we are moving the spin shim to SpinKube
organization all-together.

It also removes spin-related images and cluster
configuration. In the future release, there will
not be a spin shim baked into the k3d cluster
and no published spin-related images

Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka authored Apr 12, 2024
1 parent 68a5581 commit 2715290
Show file tree
Hide file tree
Showing 63 changed files with 10 additions and 12,004 deletions.
4 changes: 0 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[profile.release]
strip = "symbols"
panic = "abort"

[target.aarch64-unknown-linux-musl]
# see https://github.com/fermyon/spin/commit/07db218dccf2d02eb6c8c74d0b39dd2eb59cc4b4
rustflags = ["-Ctarget-feature=+fp16"]
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
name: "slight",
version: "v1",
}
- {
name: "spin",
version: "v2",
}
- {
name: "wws",
version: "v1",
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ jobs:
strategy:
matrix:
image:
- imageName: examples/spin-rust-hello
context: images/spin
- imageName: examples/spin-dotnet-hello
context: images/spin_dotnet
- imageName: examples/slight-rust-hello
context: images/slight
- imageName: examples/wws-js-hello
context: images/wws
- imageName: examples/spin-inbound-redis
context: images/spin-inbound-redis
- imageName: examples/spin-outbound-redis
context: images/spin-outbound-redis
- imageName: examples/lunatic-rust-hello
context: images/lunatic
- imageName: examples/lunatic-spawn
Expand Down
42 changes: 0 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
SHIMS := slight spin wws lunatic
SHIMS := slight wws lunatic
BUILD_TARGETS = $(foreach shim,$(SHIMS),build-$(shim)-cross-$(TARGET))

PREFIX ?= /usr/local
INSTALL ?= install
TEST_IMG_NAME_lunatic ?= wasmtest_lunatic:latest
TEST_IMG_NAME_spin ?= wasmtest_spin:latest
TEST_IMG_NAME_slight ?= wasmtest_slight:latest
TEST_IMG_NAME_wws ?= wasmtest_wws:latest
ARCH ?= x86_64
Expand Down
Loading

0 comments on commit 2715290

Please sign in to comment.