Skip to content

Commit 98551c9

Browse files
authored
misc: remove shuttle-next (#1652)
* misc: remove shuttle-next * cargo update * fix: test * nit: imports * fix: remove last mentions of wasm/wasi * fix test
1 parent dc74c42 commit 98551c9

File tree

51 files changed

+765
-3958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+765
-3958
lines changed

.cargo/audit.toml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[advisories]
22
ignore = [
3-
# Advisory about the crate `mach` being unmaintained.
4-
# This is a dependency from `wasmtime`. A fork exists (`mach2`) but they haven't yet audited it.
5-
# Corresponding issue: https://github.com/bytecodealliance/wasmtime/issues/6000
6-
"RUSTSEC-2020-0168",
73
# Advisory about a vulnerability in rsa, which we don't use, but it is pulled in via sqlx due
84
# to a bug in cargo. See https://github.com/shuttle-hq/shuttle/pull/1475 for context.
95
"RUSTSEC-2023-0071"

.circleci/config.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ commands:
124124
install-rust:
125125
steps:
126126
- run:
127-
name: Install Rust and wasm32-wasi
127+
name: Install Rust (MSRV)
128128
# Note: Let CI use our MSRV, rather than latest
129129
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.75.0
130-
- run: rustup target add wasm32-wasi
131130
install-protoc:
132131
steps:
133132
- run:
@@ -577,9 +576,6 @@ jobs:
577576
environment:
578577
SHUTTLE_API: https://api.unstable.shuttle.rs
579578
- run: git submodule update --init
580-
- run:
581-
name: Test WASM
582-
command: ./.circleci/qa-wasm.sh
583579
# - run:
584580
# name: Test Docker
585581
# command: ./.circleci/qa-docker.sh
@@ -607,9 +603,6 @@ jobs:
607603
environment:
608604
SHUTTLE_API: https://api.unstable.shuttle.rs
609605
- run: git submodule update --init
610-
- run:
611-
name: Test WASM
612-
command: ./.circleci/qa-wasm.sh
613606
# We can't run Docker inside the MacOs executor at this time
614607
# https://support.circleci.com/hc/en-us/articles/360045029591-Can-I-use-Docker-within-the-macOS-executor-
615608
# - run:
@@ -647,9 +640,6 @@ jobs:
647640
environment:
648641
SHUTTLE_API: https://api.unstable.shuttle.rs
649642
- run: git submodule update --init
650-
# - run:
651-
# name: Test WASM
652-
# command: ./.circleci/qa-wasm.ps1
653643
# We can't run linux containers on the Windows executor at this time
654644
# https://circleci.com/docs/using-windows/#known-issues-and-limitations
655645
# - run:
@@ -695,7 +685,6 @@ workflows:
695685
- resources/opendal
696686
- services/shuttle-actix-web
697687
- services/shuttle-axum
698-
- services/shuttle-next
699688
- services/shuttle-poem
700689
- services/shuttle-rocket
701690
- services/shuttle-salvo
@@ -960,7 +949,6 @@ workflows:
960949
path:
961950
- services/shuttle-actix-web
962951
- services/shuttle-axum
963-
- services/shuttle-next
964952
- services/shuttle-poem
965953
- services/shuttle-rocket
966954
- services/shuttle-salvo

.circleci/qa-wasm.ps1

-30
This file was deleted.

.circleci/qa-wasm.sh

-22
This file was deleted.

0 commit comments

Comments
 (0)