Skip to content

Commit 8ccc9fd

Browse files
committed
Revert "[Build] Locally install tycho snapshot for GHA aggregator build"
This reverts commit 43ad50c.
1 parent 43ad50c commit 8ccc9fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313
build:
1414
uses: ./.github/workflows/mavenBuild.yml
1515
with:
16-
maven-goals: clean verify -Pbuild-individual-bundles -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99 -Dtycho.version=4.0.13-SNAPSHOT
16+
maven-goals: clean verify -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99
1717
submodules: true
1818
extra-setup: |
1919
git submodule update --remote
2020
mvn clean install -U -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99
21-
git clone --branch tycho-4.0.x --depth 1 https://github.com/eclipse-tycho/tycho.git
22-
pushd tycho
23-
mvn clean install -DskipTests
24-
popd

0 commit comments

Comments
 (0)