Skip to content

Commit

Permalink
Revert "v0.3.5 (#153)"
Browse files Browse the repository at this point in the history
This reverts commit 1353672.
  • Loading branch information
gavinleroy authored Jan 9, 2025
1 parent 1353672 commit 9d0f59d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -71,7 +67,6 @@
ci-check
ci-install
ci-publish-crates
ci-build-release
ci-publish-full-pages

llvmPackages_latest.llvm
Expand All @@ -81,7 +76,6 @@
cargo-insta
cargo-make
cargo-watch
cargo-workspaces
rust-analyzer

mdbook
Expand Down

0 comments on commit 9d0f59d

Please sign in to comment.