Commit db49620
authored
Static sdk allow custom args (#3377)
Allow custom argument specification in the Static SDK workflow
### Motivation:
Sometimes users may want to specify more/different parameters such as
specifying building only some targets
### Modifications:
Add a parameter for the build arguments
### Result:
More flexible SDK CI.
You can see this in action here
https://github.com/apple/swift-nio/actions/runs/17858707940/job/50783709148?pr=33771 parent f2ebedb commit db49620
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
56 | | - | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments