Merged
Conversation
- Pin all actions to full-length commit SHAs to prevent supply chain attacks
- Add permissions: {} deny-by-default with least-privilege job-level grants
- Eliminate script injection by moving all ${{ }} expressions from run:
blocks into env: blocks
- Replace deprecated actions/upload-release-asset with gh release upload
- Restrict build trigger to main/master branches and pull_request events
- Add timeout-minutes to all jobs to prevent runaway builds
- Add concurrency controls to build workflow
- Add fail-fast: false to release matrix for complete error visibility
- Standardize actions/checkout to v6 across all workflows
- Add explicit shell: bash for Windows runner bash commands
The default shell on windows-latest runners is pwsh, which interprets
${VAR} as a PowerShell variable rather than an environment variable,
causing -march= to receive an empty value.
- Improve error messages in DefaultToolsIndexManager to report specific OS/arch mismatches instead of generic 'not found' errors - Add optional targetArch field to GenericToolConfiguration so users can specify architecture-specific download URLs in project-env.toml - Update GenericToolSupport with arch+OS > OS-only > global fallback chain - Add tests for both arch-specific error messages and generic tool resolution - Update README with missing [clojure] section and new target_arch option
|
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.



No description provided.