fix(ci): update devenv config for current CLI#89
Open
IfkumRfnl wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I noticed that CI has been failing for a while at the
devenv shell -- echo "Shell activated"step.This pr aims to fix that.
Changes:
git-hooks/pre-commit-hooksinputs required by current devenv.pkgs.zig_0_11from pinned nixpkgs instead ofzig-overlaywhich seemed to be not reliable.task.packagestub, but update the comment on why it is still needed.bvlc_googlenet.caffemodelthrough the Web Archive because the original Caffe host is unavailable.For the Caffe model URL change, the fixed output hash is unchanged, just fetched from archive URL. This is still not ideal and the model probably should be moved to more persistent mirror or
the test could be changed to use a model with reliable upstream source.
Verification
Verified both locally with
devenv 2.1.2and on fork through the existing Github Actions:https://github.com/IfkumRfnl/zigcv/actions/runs/26070295887