From 8cdff8254aae4c6a3bcc01cf72c3e20221ed947c Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Thu, 20 Jul 2023 16:25:15 -0700 Subject: [PATCH] (maint) Add Solaris 11 intel to build 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 6accb43df7..63210e9020 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -73,8 +73,8 @@ platform_repos: repo_location: repos/apple/12/**/arm64/*.dmg - name: osx-12-x86_64 repo_location: repos/apple/12/**/x86_64/*.dmg - # - name: solaris-11-i386 PA-4718 - # repo_location: repos/solaris/11/**/*.i386.p5p + - name: solaris-11-i386 + repo_location: repos/solaris/11/**/*.i386.p5p # - name: solaris-11-sparc PA-4718 # repo_location: repos/solaris/11/**/*.sparc.p5p deb_targets: 'xenial-amd64 bionic-amd64 focal-amd64 jammy-amd64'