cpp-hocon: add shared library, disable tests build#40645
Merged
Conversation
47 tasks
|
Is this patch suitable for you? diff --git a/srcpkgs/facter/template b/srcpkgs/facter/template
index dc01c966a0..dbf8bd0e71 100644
--- a/srcpkgs/facter/template
+++ b/srcpkgs/facter/template
@@ -24,7 +24,7 @@ pre_configure() {
post_build() {
# fixup vendor_ruby usr/lib{32,64} install path to always use usr/lib
- vsed -i build/lib/cmake_install.cmake -e "s;lib32;lib;g" -e "s;lib64;lib;g"
+ vsed -i build/lib/cmake_install.cmake -e "s;lib[0-9][0-9];;g"
}
facter-devel_package() {Tests seem to be failing here: Upstream does not have fixes for them in the "3.*" branch. |
Member
|
test can be built again. |
fix c68be09, (leatherman: fix vendor include for catch, 2022-11-25)
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.
tests do not build with gcc 12
Testing the changes