From 4219b32f3d1cd9fbaa7d50861cc1acd81bfc2362 Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Fri, 24 May 2024 09:13:27 +0200 Subject: [PATCH] refactor: Deprecate `linuxu` target Following the decision in the Unikraft OSS Project's community, the linuxu target is has been deprecated. This was actualized in the Unikraft Core repository in [0]. [0]: https://github.com/unikraft/unikraft/pull/1422 Signed-off-by: Alexander Jung --- .github/workflows/library-helloworld.yaml | 4 ---- library/helloworld/Kraftfile | 2 -- native/helloworld-c/Kraftfile | 1 - native/helloworld-cpp/Kraftfile | 1 - native/http-c/Kraftfile | 2 -- 5 files changed, 10 deletions(-) diff --git a/.github/workflows/library-helloworld.yaml b/.github/workflows/library-helloworld.yaml index 5b91ca6d..6427ae79 100644 --- a/.github/workflows/library-helloworld.yaml +++ b/.github/workflows/library-helloworld.yaml @@ -32,10 +32,6 @@ jobs: arch: x86_64 - plat: xen arch: x86_64 - - plat: linuxu - arch: x86_64 - - plat: linuxu - arch: arm64 runs-on: ubuntu-latest diff --git a/library/helloworld/Kraftfile b/library/helloworld/Kraftfile index dfd938ed..6491dffa 100644 --- a/library/helloworld/Kraftfile +++ b/library/helloworld/Kraftfile @@ -9,5 +9,3 @@ targets: - qemu/arm64 - fc/x86_64 - xen/x86_64 -- linuxu/x86_64 -- linuxu/arm64 diff --git a/native/helloworld-c/Kraftfile b/native/helloworld-c/Kraftfile index 3acd1757..71752137 100644 --- a/native/helloworld-c/Kraftfile +++ b/native/helloworld-c/Kraftfile @@ -7,7 +7,6 @@ unikraft: stable targets: - fc/arm64 - fc/x86_64 -- linuxu/x86_64 - qemu/arm64 - qemu/x86_64 - xen/x86_64 diff --git a/native/helloworld-cpp/Kraftfile b/native/helloworld-cpp/Kraftfile index da139a54..d5dc6e19 100644 --- a/native/helloworld-cpp/Kraftfile +++ b/native/helloworld-cpp/Kraftfile @@ -9,7 +9,6 @@ unikraft: CONFIG_LIBUKSIGNAL: y targets: -- linuxu/x86_64 - qemu/x86_64 - xen/x86_64 - qemu/arm64 diff --git a/native/http-c/Kraftfile b/native/http-c/Kraftfile index 103731d6..53fce9ee 100644 --- a/native/http-c/Kraftfile +++ b/native/http-c/Kraftfile @@ -14,8 +14,6 @@ targets: - qemu/arm64 - fc/x86_64 - xen/x86_64 -- linuxu/x86_64 -- linuxu/arm64 libraries: lwip: