From 5ab6f181676254be37f1eb45e7808c8bcedb085c Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 5 Aug 2021 14:33:05 +0200 Subject: [PATCH] Build rid specific pkgs under condition and -s390x Build rid specific packages under libraries only when targeting the primary runtime flavor to avoid duplicate packages being published. Remove the runtime.native.System.IO.Ports s390x variant as that one isn't built in official builds and causes the restore of the meta package runtime.native.System.IO.Ports to fail because of its missing dependency. --- ...time.linux-s390.runtime.native.System.IO.Ports.proj | 8 -------- src/libraries/libraries-packages.proj | 10 ++++++---- 2 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj diff --git a/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj b/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj deleted file mode 100644 index 2ae8829c98588c..00000000000000 --- a/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - true - - \ No newline at end of file diff --git a/src/libraries/libraries-packages.proj b/src/libraries/libraries-packages.proj index ebbce8353b069e..4232bcfa4331f2 100644 --- a/src/libraries/libraries-packages.proj +++ b/src/libraries/libraries-packages.proj @@ -11,10 +11,12 @@ - - - - + + + +