Commit Graph

15 Commits

Author SHA1 Message Date
kdtie f43602df2b DEVELOPMENT.md: mention nightly requirement for code coverage (#9919) 2025-12-30 06:54:43 +01:00
oech3 a8e169ebff DEVELOPMENT.md: Remove a wrong desc (#9717) 2025-12-19 16:35:48 +01:00
oech3 994d07b211 Remove wget dep 2025-11-30 00:44:13 +09:00
oech3 ea9feef0f1 build-gnu.sh: Use any profile & cleanup arg 2025-11-18 16:49:41 +09:00
Martin Kunkel e41c1405c9 Add devcontainer setup and small related fixes
- 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
2025-08-18 07:34:16 +00:00
Daniel Hofstetter 438ed3c6c6 doc: fix warnings from markdown linter 2025-05-18 21:08:27 +02:00
Dorian Peron c539f01cc9 coverage: update DEVELOPMENT.md 2025-04-07 10:22:48 +02:00
Sylvestre Ledru 0379304b0d Document the release process (#7419)
* Document the release process

* doc: Update publish command in DEVELOPMENT.md

* Mention that assets should be checked
2025-03-08 15:50:40 +01:00
Sylvestre Ledru 0b63fe5f43 gnu patches: move to use quilt 2025-01-22 11:25:58 +01:00
Laurent Cheylus be58798078 DEVELOPMENT.md: on FreeBSD, install GNU coreutils package to build/run tests
Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-01-02 22:05:03 +01:00
Sylvestre Ledru ba0c89fc5e build-gnu.sh: build in debug by default. Easier for local dev 2023-12-16 15:06:58 +01:00
Daniel Hofstetter 21aca7abd7 doc: add a missing "a" 2023-10-16 09:48:20 +02:00
Sylvestre Ledru f557c59364 doc: recommend the rust-gdb helper 2023-10-14 12:10:26 +02:00
Sylvestre Ledru 2bd5e26317 DEVELOPMENT.md: improve doc on how to run some tests 2023-10-12 19:40:49 +02:00
Yury Zhytkou 9f6a720582 Introducing DEVELOPMENT.md (#5209) 2023-10-02 21:46:00 +02:00