Skip to content

Commit

Permalink
[Build] Fetch binaries in workflow for automated version increments
Browse files Browse the repository at this point in the history
Follow-up to
- #678
  • Loading branch information
HannesWell committed Jan 26, 2025
1 parent c242475 commit 3fdc70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
with:
botName: Eclipse Equinox Bot
botMail: [email protected]
extra-maven-args: '-f bundles'
extra-setup-command: 'git clone --depth 1 https://github.com/eclipse-equinox/equinox.binaries.git binaries'
extra-maven-args: '-Dequinox.binaries.loc=$(pwd)/binaries'
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ bin_test
/bundles/archived/*/bin/
.DS_Store

# Ignore clone of equinox.binaries repo created in version-check/increment workflow
/binaries/

# maven
target/
# files generated (temporary) by the tycho maven builds
.polyglot.*
.META-INF_*
pom.tycho
.tycho-consumer-pom.xml
.tycho-consumer-pom.xml

0 comments on commit 3fdc70d

Please sign in to comment.