1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00
Commit Graph

480 Commits

Author SHA1 Message Date
Sylvestre Ledru
076710d288
Merge pull request #6167 from sylvestre/fuzz_env
add env & tr fuzzers + small improvs
2024-04-02 09:10:33 +02:00
Sylvestre Ledru
14ef1a204c fuzz: run the new fuzzers in the CI 2024-04-01 23:19:04 +02:00
renovate[bot]
ffda2a4b40 chore(deps): update nick-fields/retry action to v3 2024-04-01 17:09:59 +02:00
Ulrich Hornung
1c0adba1ca
fix macos ci instability on clippy with retry 2024-03-31 17:46:52 +02:00
Ulrich Hornung
765e09e3c4
don't upgrade packages - msys2-runtime upgrade fails in CI 2024-03-30 18:33:05 +01:00
Sylvestre Ledru
3222c9225c upgrade to GNU coreutils 9.5 as ref 2024-03-28 20:43:49 +01:00
Ulrich Hornung
f3bbf53412
improve debug info provided by CI 2024-03-23 16:36:01 +01:00
Ulrich Hornung
89110abe97
test_od - re-enable f16 test with newer AVD system image 2024-03-20 23:33:06 +01:00
renovate[bot]
cd010add8c
chore(deps): update softprops/action-gh-release action to v2 2024-03-08 22:30:33 +00:00
Daniel Hofstetter
9f2e426bf2 ci: use codecov token in CICD/GnuTests workflows 2024-02-15 12:23:01 +01:00
Malte Poll
bf7d7a55dc ci: run CICD workflow on tag creation
Fixes 4d2bdf4. For a release to be triggered, the workflow has
to run with GITHUB_REF=refs/tags/X.Y.Z, which was disabled by
limiting the push trigger to a branch.
2024-02-12 13:03:05 +01:00
Daniel Hofstetter
dcb5c2ea97
Merge pull request #5943 from cre4ture/fix/disk_space_issue_in_android_builds
`ci`: android disk space issue
2024-02-05 10:21:51 +01:00
Daniel Hofstetter
921cbe4dba ci: use latest version of cspell 2024-02-05 09:12:52 +01:00
Ulrich Hornung
db63e68b7e
move ".android" (avd data) and "work" (tmp data) to data partition
with more space
2024-02-04 21:40:13 +01:00
Ulrich Hornung
93d922f075
squash commit 2024-02-03 17:08:39 +01:00
renovate[bot]
94e2050500
chore(deps): update codecov/codecov-action action to v4 2024-01-31 18:11:02 +00:00
Sylvestre Ledru
6a36b030a8 skip some tests on linux arm cross compile 2024-01-31 11:16:01 +01:00
Sylvestre Ledru
2f05331d2c remove the --bins test, it isn't testing anything. Use skip-test instead 2024-01-31 10:06:33 +01:00
Sylvestre Ledru
30da3eecc9 github action: run on native m1 - and execute the tests
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
2024-01-31 10:05:11 +01:00
Sylvestre Ledru
99f923a60e
Merge pull request #5843 from cakebaker/ci_android_64
ci: add Android x86_64
2024-01-31 09:17:14 +01:00
Daniel Hofstetter
9bd531b0e3
Merge pull request #5917 from kralo/android-ci-lockfile
ci: android delete AVD lockfile when running from cached image
2024-01-30 16:00:33 +01:00
renovate[bot]
ae714001da
chore(deps): update mozilla-actions/sccache-action action to v0.0.4 2024-01-30 14:03:51 +00:00
kralo
9e78b8b188
ci: android delete AVD lockfile when running from cached image 2024-01-30 09:31:17 +01:00
kralo
43212c6d89 ci: include more clippy complaints 2024-01-28 09:42:40 +01:00
renovate[bot]
7f1f08c8bc
chore(deps): update vmactions/freebsd-vm action to v1.0.6 2024-01-26 10:17:43 +00:00
renovate[bot]
b363064e48
chore(deps): update davidanson/markdownlint-cli2-action action to v15 2024-01-19 09:38:39 +00:00
renovate[bot]
12758be6c6
chore(deps): update actions/cache action to v4 2024-01-17 17:09:22 +00:00
Sylvestre Ledru
b7a14ac119
Merge pull request #5825 from tertsdiepraam/codecov-uucore-features
CI: test `uucore` with `coreutils` in codecov to run it with the proper features
2024-01-17 11:51:02 +01:00
Daniel Hofstetter
881fa88bc2 ci: add Android x86_64 2024-01-15 13:53:18 +01:00
Sylvestre Ledru
e01d5f75f7
ls: if acl are used, show the + in the perms (#5816)
* ls: if acl are used, show the + in the perms

Tested by tests/mkdir/p-acl.sh

* CICD.yml: fix small formatting issue

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-14 15:57:22 +01:00
Daniel Hofstetter
e948d2e8e5 ci: install mingw-w64-x86_64-gcc for windows-gnu 2024-01-10 17:54:58 +01:00
Terts Diepraam
aafdf10dc8 CI: test uucore with coreutils to run it with the proper features 2024-01-10 14:03:53 +01:00
Daniel Hofstetter
833c1a0d3f ci: set -no-window in Android workflow 2024-01-08 16:19:43 +01:00
Sylvestre Ledru
d07a2f0d86
Add new fuzzers: cut, sort, split and wc (#5760)
* fuzz: use thread to bypass the limitation of output

Closes: #5724

many thanks to @samueltardieu

* fuzz: enable seq as the stalled issue is fixed

* fuzz: add 4 more fuzzers

* fuzz: enable the 4 new fuzzers in the CI

* remove old import

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add more flags

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add space

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add a comment about sort local

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* wrong copy/paste

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* fuzz: import "std::env"

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-04 13:40:47 +01:00
Daniel Hofstetter
f3833bb652
Merge pull request #5758 from sylvestre/fuzz-thread
fuzz: use thread to bypass the limitation of output
2024-01-03 14:47:52 +01:00
Laurent Cheylus
0bc70e3ba1
CI: install GNU coreutils package for FreeBSD workflow
- util/show-utils.sh script is used by FreeBSD workflow => use realpath
    command from GNU coreutils instead of FreeBSD realpath.
  - install GNU coreutils (FreeBSD package coreutils) in style job

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-01-02 22:05:03 +01:00
Sylvestre Ledru
08f51558bf fuzz: enable seq as the stalled issue is fixed 2024-01-01 13:27:01 +01:00
Sylvestre Ledru
413638c789
Improve the GNU ci analysis: display the root test changes too (#5728)
* try to compare the root results too

* Add debug info in the logs

* rename the variable for something more explicit

* Improve intermittent doc
2023-12-27 08:46:33 +01:00
Sylvestre Ledru
6e9d1abbb9
Merge pull request #5142 from uutils/renovate/ubuntu-22.x
chore(deps): update dependency ubuntu to v22
2023-12-25 22:24:55 +01:00
renovate[bot]
97a6df78a4 chore(deps): update dependency ubuntu to v22 2023-12-25 13:07:08 +01:00
Sylvestre Ledru
e232ec657e
Disable fuzzing seq until the https://github.com/uutils/coreutils/issues/5724 is fixed 2023-12-25 12:36:56 +01:00
Malte Poll
311901de3a ci: add aarch64-unknown-linux-musl release artifact 2023-12-22 11:28:26 +01:00
Daniel Hofstetter
d8d555dd66 ci: fix warnings from "cargo tree" 2023-12-18 08:26:22 +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
8e3e6d38bf
Merge pull request #5654 from uutils/sylvestre-patch-3
ignore-intermittent.txt: adjust the renamed test name
2023-12-16 13:50:16 +01:00
Sylvestre Ledru
25ea3bac6a
Merge pull request #5642 from uutils/redox-ci
Add Redox OS CI
2023-12-16 10:25:29 +01:00
Sylvestre Ledru
cc0a0fdb20
ignore-intermittent.txt: adjust the renamed test name 2023-12-16 09:17:29 +01:00
Daniel Hofstetter
c2276f4f6b ci: rename test summary names for busybox & toybox 2023-12-15 17:10:24 +01:00
renovate[bot]
97857d5be0
chore(deps): update actions/upload-artifact action to v4 2023-12-14 17:51:36 +00:00
Jeremy Soller
ebe5c51cee
Format case statements 2023-12-13 08:47:16 -07:00