Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(VANAGON-206) Add solaris 10 sparc #777

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/vanagon/platform/defaults/solaris-10-sparc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
platform "solaris-10-sparc" do |plat|
plat.servicedir "/lib/svc/manifest"
plat.defaultdir "/lib/svc/method"
plat.servicetype "smf"

plat.cross_compiled true
plat.vmpooler_template "solaris-10-x86_64"
plat.add_build_repository "http://solaris-10-reposync.delivery.puppetlabs.net:81", "puppetlabs.com"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This solaris-10-reposync resource doesn't actually exist, but it is what I imagine would need to be here if these defaults are similar to what we do for solaris 11 sparc.

plat.install_build_dependencies_with "pkg install ", " || [[ $? -eq 4 ]]"
end