ci: preinstall fd-find for find tool tests - #1431
Open
vkehfdl1 wants to merge 1 commit into
Open
Conversation
The explorer-tools-extension test exercises the find tool, which relies on
the fd binary. ripgrep was already preinstalled, but fd was left to
pi-coding-agent's on-demand download, which fails in CI's network-restricted
environment ('fd is not available and could not be downloaded'). Install
fd-find alongside ripgrep; pi-coding-agent resolves the Ubuntu 'fdfind'
binary name via its systemBinaryNames fallback.
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.
The explorer-tools-extension test exercises the
findtool, which relies on thefdbinary.ripgrepwas already preinstalled for thegreptool, butfdwas left to pi-coding-agent's on-demand download, which fails in CI's network-restricted environment (fd is not available and could not be downloaded).Install
fd-findalongsideripgrep. pi-coding-agent resolves the Ubuntufdfindbinary name via itssystemBinaryNamesfallback, so no symlink is needed.Fixes the failing main CI run (commit
2a2730de, job: Test).