{"id":28256450,"url":"https://github.com/sparkutils/building","last_synced_at":"2026-02-09T10:32:49.108Z","repository":{"id":226248258,"uuid":"768149298","full_name":"sparkutils/building","owner":"sparkutils","description":"workflows etc.","archived":false,"fork":false,"pushed_at":"2025-05-08T11:03:42.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T22:17:23.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparkutils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-06T15:01:25.000Z","updated_at":"2025-05-08T11:03:46.000Z","dependencies_parsed_at":"2025-04-16T20:06:39.846Z","dependency_job_id":null,"html_url":"https://github.com/sparkutils/building","commit_stats":null,"previous_names":["sparkutils/building"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sparkutils/building","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkutils%2Fbuilding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkutils%2Fbuilding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkutils%2Fbuilding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkutils%2Fbuilding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparkutils","download_url":"https://codeload.github.com/sparkutils/building/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkutils%2Fbuilding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260204369,"owners_count":22974122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-19T22:16:50.340Z","updated_at":"2026-02-09T10:32:44.089Z","avatar_url":"https://github.com/sparkutils.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# building\n\nworkflows etc.\n\ncall for a matrix using this template to build java/spark using maven with both profile and scala being profiles (you can swap them for any meaning):\n\n```yaml\n  testBuilds_2_12_15_and_13_5:\n    uses: sparkutils/building/.github/workflows/run_build.yml@main\n    with:\n      testString: test\n      theMatrix: |\n        {\n          \"profile\": [ \"Spark32\", \"Spark321\", \"Spark332\", \"Spark341\", \"Spark350\" ],\n          \"scala\": [ \"scala_2.12.15\", \"scala_2.13.5\" ]\n        }\n    secrets: inherit\n```\n\nor to publish (need is optional for publish only):\n\n```yaml\n  publish_2_12_15_and_13_5:\n    needs: [testBuilds_2_12_15_and_13_5, noTestBuilds_2_12_15_and_13_5]\n    uses: sparkutils/building/.github/workflows/publish_build.yml@main\n    with:\n      theMatrix: |\n        {\n          \"profile\": [ \"Spark32\", \"Spark321\", \"Spark332\", \"Spark341\", \"Spark350\", \"10.4.dbr\", \"11.3.dbr\", \"12.2.dbr\", \"13.1.dbr\", \"13.3.dbr\", \"14.0.dbr\", \"14.3.dbr\" ],\n          \"scala\": [ \"scala_2.12.15\", \"scala_2.13.5\" ]\n        }\n    secrets: inherit\n```\n\nsecrets: inherit is needed with the following secrets:\n\n* MAVEN_GPG_PASSPHRASE\n* MAVEN_GPG_PRIVATE_KEY\n* OSSRH_TOKEN\n* OSSRH_USERNAME\n\nwhich are used by the java action.\n\nrun_build takes a main matrix.profile and matrix.scala, run_build_3 adds a matrix.third option, as does publish_build_3 (third for testless is the frameless version).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkutils%2Fbuilding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparkutils%2Fbuilding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkutils%2Fbuilding/lists"}