INF-2962: install Pelican client with debug symbols#196
Merged
brianhlin merged 3 commits intoopensciencegrid:masterfrom Jun 30, 2025
Merged
INF-2962: install Pelican client with debug symbols#196brianhlin merged 3 commits intoopensciencegrid:masterfrom
brianhlin merged 3 commits intoopensciencegrid:masterfrom
Conversation
We don't know where we may need this a priori and pelican-debug is only an additional 20MB at the time of this commit
Contributor
matyasselmeci
left a comment
There was a problem hiding this comment.
See if my suggestions fix the errors
Yum apparently isn't smart enough to satisfy condor's `pelican` requirement when you install a package in the same transaction that explicitly provides it ``` 135.9 Error: Transaction test error: 135.9 file /usr/bin/pelican from install of pelican-debug-7.16.6-1.aarch64 conflicts with file from package pelican-7.16.6-1.aarch64 ``` Co-authored-by: Matyas Selmeci <mselmeci@wisc.edu>
Contributor
|
Looks like they failed on 23 release and testing. One sec... |
Co-authored-by: Matyas Selmeci <mselmeci@wisc.edu>
7 tasks
matyasselmeci
approved these changes
Jun 24, 2025
Contributor
|
Let's merge after the school. |
Member
Author
|
It's after the school, merging! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We don't know where we may need this a priori and pelican-debug is
only an additional 20MB at the time of this commit