Avoid installing debug files in packages - #152
Closed
bakpaul wants to merge 3 commits into
Closed
Conversation
…les files by hand and not install debug files
This was referenced Jan 20, 2025
commit f42f835 Merge: 8b4514f 32ab0f4 Author: Hugo <hugo.talbot@sofa-framework.org> Date: Wed Jan 22 10:06:13 2025 +0100 Merge pull request SofaDefrost#150 from alxbilger/test Fix tests compilation with respect to SOFA commit 8b4514f Merge: b482378 09d07e3 Author: Olivier Roussel <olivier.roussel@inria.fr> Date: Mon Jan 20 17:08:57 2025 +0100 Merge pull request SofaDefrost#151 from olivier-roussel/remove-python2 Remove deprecated python2.7 support commit 09d07e3 Author: Olivier Roussel <olivier.roussel@inria.fr> Date: Mon Jan 20 15:34:00 2025 +0100 Remove deprecated python2.7 support commit 32ab0f4 Author: Alex Bilger <alexbilger0@gmail.com> Date: Thu Jan 16 09:34:18 2025 +0100 Fix tests compilation with respect to SOFA
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.
!! DO NOT MERGE !!
We need to decide between this PR and PR #153
Use mechanism introduced in sofa-framework/sofa#5230 to install examples files by hand and not install debug files --> CI might not pass until the PR on SOFA is merged
We need to define weather we still want to have those debug files in the repo or not, if not PR 153 should be merged, if yes, this one is needed to reduce size of packages.