Skip to content

Commit

Permalink
refactor: Deprecate linuxu target (#121)
Browse files Browse the repository at this point in the history
Reviewed-by: Razvan Deaconescu <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand authored May 24, 2024
2 parents d020871 + 4219b32 commit 3dd4c28
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/library-helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
arch: x86_64
- plat: xen
arch: x86_64
- plat: linuxu
arch: x86_64
- plat: linuxu
arch: arm64

runs-on: ubuntu-latest

Expand Down
2 changes: 0 additions & 2 deletions library/helloworld/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ targets:
- qemu/arm64
- fc/x86_64
- xen/x86_64
- linuxu/x86_64
- linuxu/arm64
1 change: 0 additions & 1 deletion native/helloworld-c/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ unikraft: stable
targets:
- fc/arm64
- fc/x86_64
- linuxu/x86_64
- qemu/arm64
- qemu/x86_64
- xen/x86_64
1 change: 0 additions & 1 deletion native/helloworld-cpp/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ unikraft:
CONFIG_LIBUKSIGNAL: y

targets:
- linuxu/x86_64
- qemu/x86_64
- xen/x86_64
- qemu/arm64
Expand Down
2 changes: 0 additions & 2 deletions native/http-c/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ targets:
- qemu/arm64
- fc/x86_64
- xen/x86_64
- linuxu/x86_64
- linuxu/arm64

libraries:
lwip:
Expand Down

0 comments on commit 3dd4c28

Please sign in to comment.