From 9d0f59dffc56a161866084e8031081e71a50ff0b Mon Sep 17 00:00:00 2001 From: Gavin Gray <20209337+gavinleroy@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:14:54 -0500 Subject: [PATCH] Revert "v0.3.5 (#153)" This reverts commit 1353672d818ebed2fffed35ebc471a6c4d099814. --- .github/workflows/release.yml | 2 +- flake.nix | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69454618d..152a3528b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - uses: DeterminateSystems/flake-checker-action@main - name: Install aquascope and mdbook-aquascope - run: nix develop --command ci-build-release + run: nix develop --command ci-install - name: Package artifact run: tar -czf aquascope-x86_64-unknown-linux-gnu.tar.gz mdbook-aquascope cargo-aquascope aquascope-driver diff --git a/flake.nix b/flake.nix index bc378f52c..3c2aad8a6 100644 --- a/flake.nix +++ b/flake.nix @@ -32,10 +32,6 @@ cargo install --path crates/mdbook-aquascope --debug --locked ''; - ci-build-release = pkgs.writeScriptBin "ci-build-release" '' - ci-install && cargo build --release --locked - ''; - ci-publish-crates = pkgs.writeScriptBin "ci-publish-crates" '' cargo build cargo ws publish --from-git --allow-dirty --yes --token "$1" @@ -71,7 +67,6 @@ ci-check ci-install ci-publish-crates - ci-build-release ci-publish-full-pages llvmPackages_latest.llvm @@ -81,7 +76,6 @@ cargo-insta cargo-make cargo-watch - cargo-workspaces rust-analyzer mdbook