1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

[releng] Manually upgrade cdt-gdb-adapter from now on

The upgrade is one of the steps of the endgame plan, or it can be done
manually when needed.

Change-Id: I9ec83b65015474a08099e294bd168105a5bdcbe7
This commit is contained in:
Jonah Graham 2020-01-06 20:48:20 -05:00
parent e770ac2b7b
commit 732c43eea7
3 changed files with 11 additions and 7 deletions

View file

@ -2,10 +2,14 @@
<project default="BuildDebugServers"> <project default="BuildDebugServers">
<!-- Wrap running yarn in an ant task so that we don't have to specify absolute path to yarn in external tool builder. --> <!-- Wrap running yarn in an ant task so that we don't have to specify absolute path to yarn in external tool builder. -->
<target name="BuildDebugServers" description="Build the Node Debug Servers with yarn"> <target name="BuildDebugServers" description="Build the Node Debug Servers with yarn">
<exec executable="yarn" dir="./debug-servers" failifexecutionfails="true"> <!-- Don't upgrade on each build - TODO determine better way to keep this bundle up to date, in the meantime
the upgrading is a manual process when and if needed, and is
part of https://github.com/eclipse-cdt/cdt-infra/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aendgame
-->
<!-- <exec executable="yarn" dir="./debug-servers" failifexecutionfails="true">
<arg value="upgrade"/> <arg value="upgrade"/>
<arg value="cdt-gdb-adapter"/> <arg value="cdt-gdb-adapter"/>
</exec> </exec> -->
<exec executable="yarn" dir="./debug-servers" failifexecutionfails="true" /> <exec executable="yarn" dir="./debug-servers" failifexecutionfails="true" />
</target> </target>
</project> </project>

View file

@ -7,6 +7,6 @@
"license": "EPL-2.0", "license": "EPL-2.0",
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"cdt-gdb-adapter": "^0.0.15-next.20191209022935.3b94420.0" "cdt-gdb-adapter": "^0.0.15-next.20200103232419.2160d3c.0"
} }
} }

View file

@ -2,10 +2,10 @@
# yarn lockfile v1 # yarn lockfile v1
cdt-gdb-adapter@^0.0.15-next.20191209022935.3b94420.0: cdt-gdb-adapter@^0.0.15-next.20200103232419.2160d3c.0:
version "0.0.15-next.20191227235231.2160d3c.0" version "0.0.15-next.20200103232419.2160d3c.0"
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.15-next.20191227235231.2160d3c.0.tgz#2b19b54cbbbd295de285830e67537574b44aba27" resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.15-next.20200103232419.2160d3c.0.tgz#09d78b1ee83a51ca94af696912b945bfa011791e"
integrity sha512-Yjdh6Klgiv+gq2TBw6b2qv+DV3GPGt6r2Pp+t2nd+1XGW8WlmfJa2HeWxSZKT+lGE+W70ZpRoZ3oreT5T2mS7g== integrity sha512-5+bZT5i0+smsfCQF82eolWI8PzHgqkS4Ksq6WIEZmx5v87VCH4RuIrPbfhSG6S9uM2DAk2kK9d+aboAdb+Oh9A==
dependencies: dependencies:
node-addon-api "^1.6.2" node-addon-api "^1.6.2"
vscode-debugadapter "^1.37.1" vscode-debugadapter "^1.37.1"