Unverified Commit aa4d76f6 authored by Vihang Mehta's avatar Vihang Mehta Committed by Copybara
Browse files

Use new lsif-tsc

Summary: This should work again.

Test Plan: Image builds.

Reviewers: zasgar, michelle

Reviewed By: michelle

Differential Revision: https://phab.corp.pixielabs.ai/D8462

GitOrigin-RevId: 27c59fd4a6edb879444e6753b2305e3f2c80b4b2
parent 46be5585
Showing with 6 additions and 7 deletions
+6 -7
......@@ -80,10 +80,9 @@ LSIF_GO_OUT="go.dump.lsif"
--output="${LSIF_GO_OUT}"
upload_to_sourcegraph "${LSIF_GO_OUT}"
# Disabling TS LSIF upload until sourcegraph fix their fork of lsif-tsc.
# LSIF_TS_OUT="ts.dump.lsif"
# lsif-tsc --out "${LSIF_TS_OUT}" -p src/ui
# upload_to_sourcegraph "${LSIF_TS_OUT}"
LSIF_TS_OUT="ts.dump.lsif"
lsif-tsc --out "${LSIF_TS_OUT}" -p src/ui
upload_to_sourcegraph "${LSIF_TS_OUT}"
LSIF_CPP_OUT="cpp.dump.lsif"
mapfile -t < <(bazel query \
......
DOCKER_IMAGE_TAG=202104281308
DOCKER_IMAGE_TAG=202104282048
202104271249
202104202203
......@@ -38,7 +38,7 @@ include_recipe 'pixielabs::golang'
execute 'install node packages' do
command %(/opt/node/bin/npm install -g \
tslint@5.11.0 typescript@3.0.1 yarn@1.22.4 webpack@4.42.0 \
jshint@2.11.0 jest@23.4.2 lsif-tsc@0.5.6)
jshint@2.11.0 jest@23.4.2 @sourcegraph/lsif-tsc@0.6.8)
end
directory '/opt/pixielabs' do
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment