Skip to content

Commit

Permalink
misc: remove shuttle-next (#1652)
Browse files Browse the repository at this point in the history
* misc: remove shuttle-next

* cargo update

* fix: test

* nit: imports

* fix: remove last mentions of wasm/wasi

* fix test
  • Loading branch information
jonaro00 authored Mar 5, 2024
1 parent dc74c42 commit 98551c9
Show file tree
Hide file tree
Showing 51 changed files with 765 additions and 3,958 deletions.
4 changes: 0 additions & 4 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[advisories]
ignore = [
# Advisory about the crate `mach` being unmaintained.
# This is a dependency from `wasmtime`. A fork exists (`mach2`) but they haven't yet audited it.
# Corresponding issue: https://github.com/bytecodealliance/wasmtime/issues/6000
"RUSTSEC-2020-0168",
# Advisory about a vulnerability in rsa, which we don't use, but it is pulled in via sqlx due
# to a bug in cargo. See https://github.com/shuttle-hq/shuttle/pull/1475 for context.
"RUSTSEC-2023-0071"
Expand Down
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@ commands:
install-rust:
steps:
- run:
name: Install Rust and wasm32-wasi
name: Install Rust (MSRV)
# Note: Let CI use our MSRV, rather than latest
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.75.0
- run: rustup target add wasm32-wasi
install-protoc:
steps:
- run:
Expand Down Expand Up @@ -577,9 +576,6 @@ jobs:
environment:
SHUTTLE_API: https://api.unstable.shuttle.rs
- run: git submodule update --init
- run:
name: Test WASM
command: ./.circleci/qa-wasm.sh
# - run:
# name: Test Docker
# command: ./.circleci/qa-docker.sh
Expand Down Expand Up @@ -607,9 +603,6 @@ jobs:
environment:
SHUTTLE_API: https://api.unstable.shuttle.rs
- run: git submodule update --init
- run:
name: Test WASM
command: ./.circleci/qa-wasm.sh
# We can't run Docker inside the MacOs executor at this time
# https://support.circleci.com/hc/en-us/articles/360045029591-Can-I-use-Docker-within-the-macOS-executor-
# - run:
Expand Down Expand Up @@ -647,9 +640,6 @@ jobs:
environment:
SHUTTLE_API: https://api.unstable.shuttle.rs
- run: git submodule update --init
# - run:
# name: Test WASM
# command: ./.circleci/qa-wasm.ps1
# We can't run linux containers on the Windows executor at this time
# https://circleci.com/docs/using-windows/#known-issues-and-limitations
# - run:
Expand Down Expand Up @@ -695,7 +685,6 @@ workflows:
- resources/opendal
- services/shuttle-actix-web
- services/shuttle-axum
- services/shuttle-next
- services/shuttle-poem
- services/shuttle-rocket
- services/shuttle-salvo
Expand Down Expand Up @@ -960,7 +949,6 @@ workflows:
path:
- services/shuttle-actix-web
- services/shuttle-axum
- services/shuttle-next
- services/shuttle-poem
- services/shuttle-rocket
- services/shuttle-salvo
Expand Down
30 changes: 0 additions & 30 deletions .circleci/qa-wasm.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions .circleci/qa-wasm.sh

This file was deleted.

Loading

0 comments on commit 98551c9

Please sign in to comment.