Commit 251bdc2
feat: Upload google/guava and apache/pekko SCIP index (#329)
* Add index-guava job to SCIP examples workflow
- Uses scip-java container to index Google Guava repository
- Similar to index-k8s job but for Java instead of Go
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-9377a689-7d20-47bd-b80c-ad46731df1b0
* Simplify workflow using matrix strategy
- Consolidated two jobs into one with matrix strategy
- Removed redundant parameters (upload_repo, container, install_go)
- Derive values from scip_binary when possible
- Reduced workflow from 112 to ~75 lines
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-9377a689-7d20-47bd-b80c-ad46731df1b0
* Add Maven dependency caching for scip-java
Cache Maven artifacts to speed up scip-java runs that download many dependencies
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-9377a689-7d20-47bd-b80c-ad46731df1b0
* Refactor workflow: remove id param, fix Maven cache, handle tool-specific commands
- Dropped id parameter, use repository name directly
- Renamed checkout_repo to repository
- Fixed Maven cache key to avoid hashFiles error
- Added case statement to handle scip-go vs scip-java command differences
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-9377a689-7d20-47bd-b80c-ad46731df1b0
* Add more JVM repositories
Added `apache/pekko` and `arrow-kt/arrow`.
---------
Co-authored-by: Amp <amp@ampcode.com>1 parent c5fe490 commit 251bdc2
1 file changed
+50
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
16 | 32 | | |
17 | | - | |
| 33 | + | |
18 | 34 | | |
19 | | - | |
20 | 35 | | |
21 | | - | |
| 36 | + | |
22 | 37 | | |
23 | 38 | | |
24 | | - | |
25 | | - | |
| 39 | + | |
26 | 40 | | |
27 | 41 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
36 | 51 | | |
37 | 52 | | |
| 53 | + | |
38 | 54 | | |
39 | 55 | | |
40 | 56 | | |
41 | | - | |
| 57 | + | |
42 | 58 | | |
43 | | - | |
44 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
45 | 68 | | |
46 | 69 | | |
47 | 70 | | |
| |||
51 | 74 | | |
52 | 75 | | |
53 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
54 | 86 | | |
55 | 87 | | |
56 | 88 | | |
57 | | - | |
| 89 | + | |
58 | 90 | | |
59 | 91 | | |
60 | 92 | | |
| |||
0 commit comments