File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040jobs :
4141 native :
4242 name : Run GNU tests (native)
43- runs-on : ubuntu-24 .04
43+ runs-on : ubuntu-26 .04 # some strace? test needs newer glibc to run
4444 steps :
4545 # ### Get the code
4646 - name : Checkout code (uutils)
6161 sudo apt-get update
6262 ## Check that build-gnu.sh works on the non SELinux system by installing libselinux only on lima
6363 sudo apt-get install -y gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
64- curl --fail --location --silent --show-error --retry 3 --retry-all-errors -o automake_1.18.1-3_all.deb https://sylvestre.ledru.info/debian/automake-1.18.deb
65- echo "0c6a249892120518ab7bb0711396dc8cd26f15ed4118d0b222ba3cd7368eb248 automake_1.18.1-3_all.deb" | sha256sum --check --strict -
66- sudo dpkg -i --force-depends automake_1.18.1-3_all.deb
6764 - name : Add various locales
6865 shell : bash
6966 run : |
Original file line number Diff line number Diff line change 11#! /bin/bash -e
2- ver=" 9.11 "
2+ ver=" 9.12 "
33repo=https://github.com/coreutils/coreutils
44curl -L " ${repo} /releases/download/v${ver} /coreutils-${ver} .tar.xz" | tar --strip-components=1 -xJf -
55
66# TODO stop backporting tests from master at GNU coreutils > $ver
7+ exit 0 # remove me when backport
78backport=(
8- cat/splice.sh # split tests
9- dd/fail-ftruncate-fstat.sh # remove LD_PRELOAD
10- dd/stderr.sh # replace GNU/test binary by uutils/test
11- misc/close-stdout.sh # fix hardcoded pathes to GNU executables
12- misc/uname-labeled.sh # uname -A/--all-labeled, added after $ver
13- nproc/nproc-quota.sh # remove LD_PRELOAD
14- misc/empty-backup-suffix.sh
159)
1610for f in " ${backport[@]} "
1711 do curl -L ${repo} /raw/refs/heads/master/tests/$f > tests/$f
Original file line number Diff line number Diff line change 11tests_factor_factor.pl.patch
22tests_cksum_base64.patch
3- tests_comm.pl.patch
3+ # FIXME: tests_comm.pl.patch
44# FIXME: tests_cut_error_msg.patch
55tests_dup_source.patch
6- tests_env_env-S.pl.patch
6+ # FIXME: tests_env_env-S.pl.patch
77tests_invalid_opt.patch
8- tests_ls_no_cap.patch
8+ # FIXME: tests_ls_no_cap.patch
99tests_sort_merge.pl.patch
1010tests_du_move_dir_while_traversing.patch
1111test_mkdir_restorecon.patch
12- error_msg_uniq.diff
12+ # FIXME: error_msg_uniq.diff
1313tests_numfmt.patch
14- tests_pwd-long.patch
14+ # FIXME: tests_pwd-long.patch
You can’t perform that action at this time.
0 commit comments