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

Parallelize feature builds and tests across instances #212

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a0a9f1a
Parallelize feature builds and tests across instances
leighmcculloch Dec 5, 2022
c2c186d
pin rev
leighmcculloch Dec 5, 2022
182e2f1
fix
leighmcculloch Dec 6, 2022
8518721
fix
leighmcculloch Dec 6, 2022
06400f1
fix
leighmcculloch Dec 6, 2022
f1c4fc0
fix
leighmcculloch Dec 6, 2022
af22a70
fix
leighmcculloch Dec 6, 2022
2a34781
add slash
leighmcculloch Dec 7, 2022
ab49b51
fix
leighmcculloch Dec 7, 2022
ba38e36
fix
leighmcculloch Dec 7, 2022
8176717
escape
leighmcculloch Dec 7, 2022
8048530
fix
leighmcculloch Dec 7, 2022
72a1268
fix
leighmcculloch Dec 7, 2022
5a919af
fix
leighmcculloch Dec 7, 2022
847c906
fix
leighmcculloch Dec 7, 2022
5df6ea0
explode
leighmcculloch Dec 7, 2022
1759415
fix
leighmcculloch Dec 7, 2022
791de1a
add sort
leighmcculloch Dec 7, 2022
bf7367d
combine build and test
leighmcculloch Dec 7, 2022
5d6060c
print commands in output
leighmcculloch Dec 7, 2022
a58abc0
rework
leighmcculloch Dec 7, 2022
7a205b8
fix
leighmcculloch Dec 7, 2022
258964f
fix
leighmcculloch Dec 7, 2022
5d74077
fix
leighmcculloch Dec 7, 2022
9c4c563
less
leighmcculloch Dec 7, 2022
d981042
group
leighmcculloch Dec 7, 2022
99d269b
6
leighmcculloch Dec 7, 2022
1552cee
Merge branch 'main' into parafeatures
leighmcculloch Dec 7, 2022
1a374e0
Merge branch 'main' into parafeatures
leighmcculloch Dec 7, 2022
2aea348
split out cli
leighmcculloch Dec 7, 2022
08dd804
rem
leighmcculloch Dec 7, 2022
accee6a
fix
leighmcculloch Dec 7, 2022
c684358
fix
leighmcculloch Dec 7, 2022
8b093e3
fix
leighmcculloch Dec 7, 2022
bc10a83
empty
leighmcculloch Dec 7, 2022
62e4f4c
use release cargo-hack v0.5.28 that has new feature
leighmcculloch Jun 17, 2023
5850208
binaries v14 for cargo-hack
leighmcculloch Jun 17, 2023
8600bf2
enable windows and mac builds
leighmcculloch Jun 17, 2023
f2354ff
fix
leighmcculloch Jun 17, 2023
3d18b94
bash
leighmcculloch Jun 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
leighmcculloch committed Dec 6, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kmbcook Kevin Cook
commit 85187218df96920e1c2c1eeb77cca277262280a1
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -71,8 +71,7 @@ jobs:
# TODO: Address disk space usage problems and re-enable.
# - os: windows-latest
# target: x86_64-pc-windows-msvc
include:
commands: ${{ fromJSON(steps.build-commands.outputs.commands) }}
commands: ${{ fromJSON(steps.build-commands.outputs.commands) }}
runs-on: ${{ matrix.sys.os }}
steps:
- uses: actions/checkout@v3