Skip to content

Commit

Permalink
releng: Update target definition to build e4.24-based Trace Compass
Browse files Browse the repository at this point in the history
This is to workaround Bug 580775 that prevents upgrading dependencies to
e4.25.

The target will use the latest source code in Trace Compass master
branch that is built with e4.24 dependencies.

Change-Id: I99214628c958afb0408dc8246f44c5eadf747253
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/195957
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
bhufmann committed Sep 21, 2022
1 parent 059677b commit 5ee2b85
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="tracecompass-incubator-master" sequenceNumber="59">
<target name="tracecompass-incubator-master" sequenceNumber="60">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.gnu.dsf.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -134,10 +134,10 @@
<unit id="org.eclipse.tracecompass.lttng2.control.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tracecompass.jsontrace.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tracecompass.tmf.cli.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/tracecompass/master/repository"/>
<repository location="https://download.eclipse.org/tracecompass/master/4.24/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tracecompass/master/rcp-repository/"/>
<repository location="https://download.eclipse.org/tracecompass/master/4.24/rcp-repository/"/>
<unit id="org.eclipse.tracecompass.rcp.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down

0 comments on commit 5ee2b85

Please sign in to comment.