Commit 2adf1d8
committed
ci: add 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 2adf1d8
File tree
32 files changed
+3495
-3421
lines changed- .github/workflows
- b2-workflow/dist
- boost-clone/dist
- cmake-workflow/dist
- cpp-matrix/dist
- create-changelog/dist
- docs/modules/ROOT/pages
- flamegraph/dist
- package-install/dist
- setup-clang/dist
- setup-cmake/dist
- setup-cpp/dist
- setup-gcc/dist
- setup-msvc/dist
- setup-program
- dist
32 files changed
+3495
-3421
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 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
24 | 79 | | |
| 80 | + | |
25 | 81 | | |
26 | 82 | | |
27 | 83 | | |
| |||
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.
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.
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.
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.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments