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:
parent
e770ac2b7b
commit
732c43eea7
3 changed files with 11 additions and 7 deletions
|
@ -2,10 +2,14 @@
|
|||
<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. -->
|
||||
<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="cdt-gdb-adapter"/>
|
||||
</exec>
|
||||
</exec> -->
|
||||
<exec executable="yarn" dir="./debug-servers" failifexecutionfails="true" />
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"license": "EPL-2.0",
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"cdt-gdb-adapter": "^0.0.15-next.20191209022935.3b94420.0"
|
||||
"cdt-gdb-adapter": "^0.0.15-next.20200103232419.2160d3c.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
cdt-gdb-adapter@^0.0.15-next.20191209022935.3b94420.0:
|
||||
version "0.0.15-next.20191227235231.2160d3c.0"
|
||||
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.15-next.20191227235231.2160d3c.0.tgz#2b19b54cbbbd295de285830e67537574b44aba27"
|
||||
integrity sha512-Yjdh6Klgiv+gq2TBw6b2qv+DV3GPGt6r2Pp+t2nd+1XGW8WlmfJa2HeWxSZKT+lGE+W70ZpRoZ3oreT5T2mS7g==
|
||||
cdt-gdb-adapter@^0.0.15-next.20200103232419.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.20200103232419.2160d3c.0.tgz#09d78b1ee83a51ca94af696912b945bfa011791e"
|
||||
integrity sha512-5+bZT5i0+smsfCQF82eolWI8PzHgqkS4Ksq6WIEZmx5v87VCH4RuIrPbfhSG6S9uM2DAk2kK9d+aboAdb+Oh9A==
|
||||
dependencies:
|
||||
node-addon-api "^1.6.2"
|
||||
vscode-debugadapter "^1.37.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue