Add devcontainer setup and small related fixes#8486
Merged
sylvestre merged 1 commit intouutils:mainfrom Aug 23, 2025
Merged
Conversation
aa86bc9 to
9ccd4c5
Compare
|
GNU testsuite comparison: |
9ccd4c5 to
bf51a61
Compare
|
GNU testsuite comparison: |
- Added devcontainer configuration based on Ubuntu 24.04 - Added GitHub Actions workflow for devcontainer testing - Update cSpell configuration to ingore spelling in devcontainer configs - Update pre-commit hooks to exclude cSpell.json because pre-commit fails for that file due to json with comments format - Fix filename for cSpell config in vscode settings - Two tests in `test_dd.rs` are now skipped if /dev/sda1 is not available, which is the case in devcontainer - Update check for existing gnu clone in build-gnu.sh, not checking the existence of the directory but the presence of the .git directory. This allows us to have the directly as a volume mount in devcontainer - Remove temporary file `g` after use in build-gnu.sh
ba6b736 to
e41c140
Compare
|
GNU testsuite comparison: |
Contributor
|
this is terrific, well done :) |
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.
test_dd.rsare now skipped if/dev/sda1is not available, which is the case in devcontainergafter use in build-gnu.shNote: the github codespaces feature will also use the devcontainer configuration and developers can start a codespace to avoid any local installation, in case they wish to do so, e.g. for small fixes:
