Skip to content

Commit

Permalink
Fixes issue of bumped manifest patches residing in old ephemeral dir (#…
Browse files Browse the repository at this point in the history
…592)

A bug was introduced after #566 was merged where patches in the manifest
now had their relative path updated to `patches-new` even after
replacing the patches directory. See this automatic bump PR:
https://github.com/NVIDIA/JAX-Toolbox/pull/591/files#diff-fe97711a3e6691d7687dcb162852ad8d926930e75cb7bcba71b5eaa3112056efR32
  • Loading branch information
terrykong authored Feb 28, 2024
1 parent 6d00ab1 commit 3e290e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/container/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Updated in: 2023-12-01
jax:
url: https://github.com/google/jax.git
tracking_ref: main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
else
rm -rf patches-new manifest.yaml.new
fi
sed -i 's|file://patches-new/|file://patches/|g' manifest.yaml
git diff
- name: Upload bumped manifest/patches to be used in build-base
Expand Down

0 comments on commit 3e290e4

Please sign in to comment.