-
Notifications
You must be signed in to change notification settings - Fork 24
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
Allow to use build packages from system; extra option for ssh for remote upload #208
Conversation
A new Pull Request was created by @smuzaffar for branch V00-34-XX. @iarspider, @cmsbuild, @aandvalenzuela, @smuzaffar can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
Pull request #208 was updated. |
test parameters: |
please test for CMSSW_14_1_CLANG_X |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-840201/39619/summary.html Comparison SummarySummary:
|
Use
--use-system-tools gcc,gmake,cmake,autotools
to pick up tools from system without changing specs. Mostly this should be used for packages needed at build time.Use
--ssh-options 'options'
to be passed tossh
command e.g. when one does not have directssh
acces to repository server. Passing'-J user@public-ssh-server'
in such case will allow upload to work.