diff --git a/repos/gems/run/noux_vfs_audit.run b/repos/gems/run/noux_vfs_audit.run deleted file mode 100644 index a14ce402e..000000000 --- a/repos/gems/run/noux_vfs_audit.run +++ /dev/null @@ -1,73 +0,0 @@ -build { - core init timer - app/sequence - lib/libc_noux - noux - noux-pkg/coreutils - server/vfs - lib/vfs/audit -} - -create_boot_directory - -install_config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -} - -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 - vfs_audit.lib.so - vfs -} - -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