Skip to content

Commit

Permalink
Pull in fix for missing index directory bug. (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Oct 18, 2023
1 parent e06ef17 commit a2fc13a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1375,11 +1375,6 @@ jobs:
run: |
cd semver
set -euo pipefail
# HACK: temporary workaround to unblock CI while I figure out a better fix for
# https://github.com/EmbarkStudios/tame-index/issues/38
mkdir -p /home/runner/.cargo/registry/index/github.com-1ecc6299db9ec823
../bins/cargo-semver-checks semver-checks check-release --manifest-path="../subject/Cargo.toml" --verbose 2>&1 | tee output
touch unexpectedly_did_not_fail
Expand Down Expand Up @@ -1480,11 +1475,6 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: ${{ matrix.protocol }}
run: |
cd semver
# HACK: temporary workaround to unblock CI while I figure out a better fix for
# https://github.com/EmbarkStudios/tame-index/issues/38
md C:\Users\runneradmin\.cargo\registry\index\github.com-1ecc6299db9ec823
..\bins\cargo-semver-checks.exe semver-checks check-release --manifest-path="..\subject\Cargo.toml" 2>&1 | tee output
- name: Check whether it failed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log = "0.4.17"
# Note that `tame-index` and `gix` must be upgraded in lock-step to retain the same `gix`
# minor version. Otherwise, one will compile `gix` two times in different minor versions.
gix = { version = "0.54.1", default-features = false, features = ["max-performance", "revision"] }
tame-index = { version = "0.7.1", features = ["git", "sparse"] }
tame-index = { version = "0.7.2", features = ["git", "sparse"] }

human-panic = "1.0.3"
bugreport = "0.5.0"
Expand Down

0 comments on commit a2fc13a

Please sign in to comment.