coreutils/util
Sylvestre Ledru 6f44d9b7af android: use cargo test instead of nextest
nextest does build because of:

2023-04-29T08:03:36.5411530Z Compiling log v0.4.17
2023-04-29T08:03:36.5412100Z error[E0432]: unresolved import linux_raw_sys::ioctl
2023-04-29T08:03:36.5412710Z --> /data/data/com.termux/files/home/.cargo/registry/src/github.com-1285ae84e5963aae/rustix-0.37.17/src/backend/libc/io/syscalls.rs:384:24
2023-04-29T08:03:36.5413150Z |
2023-04-29T08:03:36.5413830Z 384 | use linux_raw_sys::ioctl::EXT4_IOC_RESIZE_FS;
2023-04-29T08:03:36.5414380Z | could not find ioctl in linux_raw_sys
2023-04-29T08:03:36.5414590Z
2023-04-29T08:03:36.5414840Z For more information about this error, try rustc --explain E0432.
2023-04-29T08:03:36.5415280Z error: could not compile rustix due to previous error
2023-04-29T08:03:36.5415730Z warning: build failed, waiting for other jobs to finish...

https://github.com/nextest-rs/nextest/issues/862
2023-04-29 10:56:14 +02:00
..
analyze-gnu-results.sh gnu: merge the root tests results into the main one 2022-09-17 13:19:03 +02:00
android-commands.sh android: use cargo test instead of nextest 2023-04-29 10:56:14 +02:00
build-code_coverage.BAT maint/dev ~ improve code coverage scripting 2020-08-16 17:02:19 -05:00
build-code_coverage.sh maint/refactor ~ (util) minor refactoring of util shell scripts 2022-02-12 15:26:59 -06:00
build-gnu.sh Merge pull request #4794 from shinhs0506/mv-target-dir 2023-04-29 10:40:44 +02:00
compare_gnu_result.py reformat python code with black 2022-08-14 12:45:51 +02:00
dwr.sh maint/util ~ add dwr (for interactive removal of workflow runs from CLI) 2022-02-12 15:26:59 -06:00
GHA-delete-GNU-workflow-logs.sh maint/refactor ~ (util) minor refactoring of util shell scripts 2022-02-12 15:26:59 -06:00
gnu-json-result.py docs: fix tr.pl and stat-printf.pl don't show up in gnu-full-result 2023-03-13 15:40:01 +08:00
publish.sh util: fix publish order of uucore_procs and uucore 2023-01-21 13:00:49 +01:00
remaining-gnu-error.py python: simplify the code a bit 2023-03-26 10:08:25 +02:00
rewrite_rules.rs refactor ~ (utils) fix spelling + add spell-checker exceptions 2021-05-31 08:23:58 -05:00
run-gnu-test.sh Fix incorrect comment & remove irrelevant comment 2023-04-13 16:47:05 +02:00
show-code_coverage.BAT maint/dev ~ improve code coverage scripting 2020-08-16 17:02:19 -05:00
show-code_coverage.sh maint/refactor ~ (util) minor refactoring of util shell scripts 2022-02-12 15:26:59 -06:00
show-utils.BAT build/dev ~ change show-utils; allow invokation from directories other than repo main 2020-05-30 22:14:46 -05:00
show-utils.sh util/show-utils: fix script not working as intended 2023-03-21 09:25:17 +08:00
size-experiment.py utils: create a script to explore binary sizes 2023-02-26 16:55:53 +01:00
test-repo-whitespace.BAT maint/dev ~ update test-repo-whitespace.BAT dev utility 2022-01-09 21:34:22 -06:00
update-version.sh 0.0.17 => 0.0.18 2023-03-29 08:11:25 +02:00