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

[llvm] use same host triple as set by gcc #7411

Merged
merged 1 commit into from Oct 26, 2021

Conversation

smuzaffar
Copy link
Contributor

@smuzaffar smuzaffar commented Oct 26, 2021

For ppc64le gcc11 builds, gcc properly use host triple to powerpc64le-redhat-linux-gnu while llvm uses powerpc64le-unknown-linux-gnu which causes cmssw build to fail as llvm could not find gcc headers. This change should make sure that same host tripel is used by llvm and gcc

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_12_1_X/gcc11.

@smuzaffar, @iarspider, @ddaina can you please review it and eventually sign? Thanks.
@perrotta, @dpiparo, @qliphy you are the release manager for this.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

test parameters:

  • addpkg = CondFormats,CondTools,CondCore

@smuzaffar
Copy link
Contributor Author

please test

@smuzaffar smuzaffar merged commit 1deac7c into IB/CMSSW_12_1_X/gcc11 Oct 26, 2021
@smuzaffar smuzaffar deleted the smuzaffar-patch-3 branch October 26, 2021 20:16
@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f67364/19955/summary.html
COMMIT: 18c8fed
CMSSW: CMSSW_12_1_X_2021-10-25-1100/slc7_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7411/19955/install.sh to create a dev area with all the needed externals and cmssw changes.

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f67364/19955/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f67364/19955/git-merge-result

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 12121 differences found in the comparisons
  • DQMHistoTests: Total files compared: 41
  • DQMHistoTests: Total histograms compared: 2797338
  • DQMHistoTests: Total failures: 122567
  • DQMHistoTests: Total nulls: 6
  • DQMHistoTests: Total successes: 2674743
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 40 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 173 log files, 37 edm output root files, 41 DQM output files
  • TriggerResults: no differences found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants