On sourcegraph/sourcegraph/lib cd lib/ at 2d7f5b9a014a81a33df5812ede6f5cfa368b49ee
lsif-go f7ea2423e6b666886bd104c74379087028f0ec18 with the following patch:
diff --git a/internal/indexer/indexer.go b/internal/indexer/indexer.go
index 3546c8d..f0a3ef2 100644
--- a/internal/indexer/indexer.go
+++ b/internal/indexer/indexer.go
@@ -9,7 +9,6 @@ import (
"go/types"
"log"
"math"
- "os"
"path"
"strings"
"sync"
@@ -279,7 +278,7 @@ func (i *Indexer) loadPackage(deduplicate bool, patterns ...string) ([]*packages
// CGO_ENABLED=0 makes sure that we can handle files with assembly
// and other problems that may occur (unsure of exact reasons at time of writing)
- Env: append(os.Environ(), "CGO_ENABLED=0"),
+ // Env: append(os.Environ(), "CGO_ENABLED=0"),
}
// Make sure we only load packages once per execution.
On sourcegraph/sourcegraph/lib
cd lib/
at 2d7f5b9a014a81a33df5812ede6f5cfa368b49eelsif-go f7ea2423e6b666886bd104c74379087028f0ec18 with the following patch: