From e9268fbe638687c32db49f90ee0f05f6ddd3f62b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 5 Aug 2021 15:21:32 +0200 Subject: [PATCH] Build rid specific pkgs under condition and -s390x (#56906) 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. --- .../pkg/runtime.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 2ae8829..0000000 --- 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 ebbce83..4232bcf 100644 --- a/src/libraries/libraries-packages.proj +++ b/src/libraries/libraries-packages.proj @@ -11,10 +11,12 @@ - - - - + + + + -- 2.7.4