From e1b8ea1362ee3c0e92ac33398a5a2a24b28f59f3 Mon Sep 17 00:00:00 2001 From: cthorn42 Date: Tue, 8 Aug 2023 11:08:02 -0700 Subject: [PATCH] Revert "(maint) Fix up Solaris i386 path in built_defaults" --- ext/build_defaults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 80421a0535..2ca18ba762 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -77,9 +77,9 @@ platform_repos: - name: osx-13-arm64 repo_location: repos/apple/13/**/arm64/*.dmg - name: solaris-11-i386 - repo_location: repos/solaris/11/*/*/*i386.p5p + repo_location: repos/solaris/11/**/*.i386.p5p # - name: solaris-11-sparc PA-4718 - # repo_location: repos/solaris/11/*/*/*sparc.p5p + # repo_location: repos/solaris/11/**/*.sparc.p5p deb_targets: 'xenial-amd64 bionic-amd64 focal-amd64 jammy-amd64' rpm_targets: 'el-7-x86_64 el-8-x86_64 el-9-x86_64 redhatfips-7-x86_64 redhatfips-8-x86_64 sles-12-x86_64 sles-15-x86_64' sign_tar: FALSE