You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
0 commit comments