WIP: Add script that builds and test Boost library with our toolchain - #199
Draft
vejbomar wants to merge 29 commits into
Draft
WIP: Add script that builds and test Boost library with our toolchain#199vejbomar wants to merge 29 commits into
vejbomar wants to merge 29 commits into
Conversation
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
marked this pull request as draft
October 2, 2024 13:05
vejbomar
force-pushed
the
boost-build-test-script
branch
2 times, most recently
from
November 19, 2024 14:51
17f50e1 to
30ecb18
Compare
Blackhex
force-pushed
the
main
branch
2 times, most recently
from
December 8, 2024 15:45
4c6da12 to
f0c3082
Compare
vejbomar
force-pushed
the
boost-build-test-script
branch
3 times, most recently
from
January 29, 2025 09:11
61fa2c1 to
72999a7
Compare
vejbomar
force-pushed
the
boost-build-test-script
branch
15 times, most recently
from
February 12, 2025 10:51
b09673b to
2d905fc
Compare
…arnings, chmod python script
They're written for b2 build system but we're using cmake now.
We're moving it to CI instead.
vejbomar
force-pushed
the
boost-build-test-script
branch
7 times, most recently
from
March 10, 2025 12:33
c9fc5aa to
3325dd3
Compare
Use relative cache path because my runner currently has user with different name than default 'runner'.
vejbomar
force-pushed
the
boost-build-test-script
branch
from
March 10, 2025 15:43
3325dd3 to
0aaeeb7
Compare
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.
Adds a script that builds and tests the Boost library with our toolchain. It's not a part of GitHub actions as we currently don't have an ARM Windows runner with WSL.
Build log from building Boost library on Linux x64 for Windows x64: x64_boost_build.log
Test log from quick testsuit of Boost library built on Linux x64 for Windows x64: x64_boost-test.log