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

Updating default libxslt2 version #1967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johnmccrae
Copy link
Contributor

Description

The version of libxslt needs to be updated to match the recent update for libxml2

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

@johnmccrae johnmccrae requested review from a team as code owners March 3, 2025 21:01
@johnmccrae
Copy link
Contributor Author

johnmccrae commented Mar 3, 2025

@muthuja What am I missing on this? I updated the default version here and it killed all the previous versions in testing? How is that possible?

OK, here we go. I just found this error at the top of the error output:

Found changes from the lockfile, re-resolving dependencies because the dependencies in your gemfile changed, you added a new platform to your gemfile, the gemspecs for path gems changed
--
  | fatal: detected dubious ownership in repository at '/omnibus-software'
  | To add an exception for this directory, call:
  |  
  | git config --global --add safe.directory /omnibus-software

So I can see it now. The code in here re-writes the lock file and starts a build. The problem is that the lockfile change triggers the error above and the build fails. Can you assist?

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

Successfully merging this pull request may close these issues.

1 participant