From 2f598e5680566c400463d3133207395cedea2ac8 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 17 Mar 2020 15:43:06 +0100 Subject: [PATCH] Remove noux_uname.run script This run script is outdated and not regularly tested. In fact, the tested mechanism (obtaining values from a '.sysctl/' directory) is nowhere to be found, neither in noux nor the libc. The test still returns success as it merely checks for the completion of the sequence, not the printed results. Hence, it is not worth preserving. Issue #3696 --- repos/ports/run/noux_uname.run | 80 ---------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 repos/ports/run/noux_uname.run diff --git a/repos/ports/run/noux_uname.run b/repos/ports/run/noux_uname.run deleted file mode 100644 index 4b700bc22..000000000 --- a/repos/ports/run/noux_uname.run +++ /dev/null @@ -1,80 +0,0 @@ -build { - core init timer - app/sequence - lib/libc_noux - noux - noux-pkg/coreutils -} - -create_boot_directory - -install_config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Muck OS XIII - localhost - - - norisc - - - - - - - - - - - - - - - - - -} - -build_boot_image { - core init ld.lib.so - coreutils.tar - libc_noux.lib.so - libm.lib.so - noux libc.lib.so vfs.lib.so - posix.lib.so - sequence - timer -} - -append qemu_args " -nographic -serial mon:stdio " - -# coreutils.tar is really huge when built for x86_64 - -run_genode_until {child "sequence" exited with exit value 0.*\n} 30