-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature/vcpkg linux #2078
Merged
Merged
Feature/vcpkg linux #2078
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
a5ace26
VCPKG manifest mode with minizip and boost only, ubuntu
sylvlecl a532ded
Fix VCPKG install
sylvlecl 4d88b9f
To be reverted: disable temporarily non-ununtu CIs
sylvlecl 01c1719
Fix toolchain file path
sylvlecl ce6f0ee
Fix wxWidgets search
sylvlecl aaf56be
Revert boost from vcpkg for now
sylvlecl 8215e8c
Save cache even when build fails
sylvlecl ff51823
Fix cache key
sylvlecl 33541eb
Restore windows build
sylvlecl 54d2717
Fix vcpkg install
sylvlecl 4fa2567
Try fixing toolchain path
sylvlecl ddf60fd
Try fiwing workspace path
sylvlecl 82f866b
Another try
sylvlecl fb49715
Try improving cache logic
sylvlecl c64b687
Add boost to windows build
sylvlecl a71f0ca
Try with centos
sylvlecl 1b19dfb
No VCPKG cache for centos, for now
sylvlecl eeca546
Try to fix path to vcpkg
sylvlecl bcb14cc
Log for debugging
sylvlecl 64b59bb
Try install cmake with pip instead
sylvlecl 8d996a1
More logs
sylvlecl 5e26bbd
Temporarily disable ubuntu & windows
sylvlecl c6fa5b9
Try fix path
sylvlecl 3339c9e
Restore gcc install
sylvlecl e675c96
Again another try
sylvlecl 9e426f8
Fix git version
sylvlecl 72f62ef
Fix packaging too
sylvlecl b3de6f3
Try oracle 8
sylvlecl cd23b2c
Fix security error
sylvlecl 83331e0
Revert "Temporarily disable ubuntu & windows"
sylvlecl 6b71d90
Hashing after submodule update
sylvlecl 62a6e8f
Fix restore keys
sylvlecl 0a52474
Disable ubuntu & windows
sylvlecl 9f3b2c1
Try cache action downgraded
sylvlecl e4953d5
Try cache action v3 on centos7
sylvlecl 512a091
Add actual caching
sylvlecl 046436d
Try env vars
sylvlecl ff0d261
Skip some tests for testing
sylvlecl 3e78a3c
fix
sylvlecl 3e1ea50
fix
sylvlecl 1671e1e
Revert "Skip some tests for testing"
sylvlecl af6210d
Fix vcpkg cache paths on centos
sylvlecl 66bf8fa
Revert "Disable ubuntu & windows"
sylvlecl 53dfa9b
Disable centos and oracle on PRs
sylvlecl 8e49f12
Merge remote-tracking branch 'origin/develop' into feature/vcpkg-linux
sylvlecl be5b618
Restore sonarcloud
sylvlecl a914c32
Fix windows workflow file
sylvlecl 40a9f3b
VCPKG for sonar job
sylvlecl fd13a66
Merge branch 'feature/vcpkg-dependencies' into feature/vcpkg-linux
sylvlecl d4924c9
Support minizip dependency as minizip or minizip-ng
sylvlecl 1b16bda
Empty commit to test GH caching
flomnes e2694b5
Add custom triplets to:
sylvlecl e526cba
Fix build type in triplets
sylvlecl 5bc828e
Fix windows triplets
sylvlecl f2546c4
Boost available on linux too
JasonMarechal25 46788eb
Merge branch 'develop' into feature/vcpkg-linux
JasonMarechal25 38c49f6
Feature/vcpkg linux fixes (#2127)
JasonMarechal25 ebae478
Merge branch 'develop' into feature/vcpkg-linux
JasonMarechal25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support minizip dependency as minizip or minizip-ng
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
- Loading branch information
commit d4924c9d3938e444cbefdb5a12b21503a579aad3
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specify minimal version? according to this commit, at least v 3.0.7 and back are incompatible with Simulator.
minizip target is confusing it actually refers to minizip-ng and not the "original" project