Commit 0126995
authored
Tweak the CI setup some now that
- Don't override the `PROTOC` value when running tests, let the in tree
one be used.
- For conformance tests, only build the runner in the protobuf checkout
(no need to force a `protoc` build also)
- Move the protobuf conformance runner build and the conformance tests
to be after all the other steps, might as well let everything else
finish first to catch issues before waiting on another protobuf to
build.
- Turn off the tests on 5.10 that need protoc –
`[email protected]` doesn't include the `protoc` target, so skip
the tests there that need it.protoc is built by SwiftPM (apple#1891)1 parent 64dae41 commit 0126995
2 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
51 | 63 | | |
52 | 64 | | |
53 | 65 | | |
| |||
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 77 | + | |
68 | 78 | | |
69 | 79 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
142 | | - | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
0 commit comments