Commit ec66209
committed
ci: developer workflow tests and fix workspace build order
The prepare script now builds packages in dependency order:
1. utils/esbuild (no deps)
2. common/trace-commands, gh-inputs, pretty-errors (pretty-errors needs trace-commands)
3. utils packages
4. Action packages in dependency order (setup-program first, then dependents)
This fixes "Cannot find module" errors on fresh clones where npm was
running workspace prepare scripts in parallel without respecting
dependencies.
Added dev-workflow CI job that tests npm install/build/test on all
platforms, blocking the main build matrix if it fails.1 parent 091785a commit ec66209
File tree
59 files changed
+3817
-3792
lines changed- .github/workflows
- b2-workflow
- dist
- boost-clone
- dist
- cmake-workflow
- dist
- src
- common
- gh-inputs
- pretty-errors
- trace-commands
- cpp-matrix
- dist
- create-changelog
- dist
- docs/modules/ROOT/pages
- flamegraph
- dist
- fixtures/test/unit/CMakeFiles/boost_url_unit_tests.dir
- package-install
- dist
- setup-clang
- dist
- setup-cmake
- dist
- setup-cpp
- dist
- setup-gcc
- dist
- setup-msvc
- dist
- setup-program
- dist
- src
- utils
- build
- src
- esbuild
- jsdoc-linter
- release
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+3817
-3792
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
24 | 76 | | |
| 77 | + | |
25 | 78 | | |
26 | 79 | | |
27 | 80 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments