app
app copied to clipboard
Issue tracker for the Sourcegraph app - a lightweight single-binary version of Sourcegraph for your local machine
Would it be possible to provide a Nix package for Sourcegraph App in [flake.nix](https://github.com/sourcegraph/sourcegraph/blob/main/flake.nix)? I think it may be something like this: ```nix packages = genAttrs defaultSystems (system: { sourcegraph-app...
Running this on an Amazon Linux 2 machine, I immediately see it fail. ``` > sourcegraph --help sourcegraph: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by sourcegraph) ``` I'm using the...
Currently if `/lib64/ld-linux-x86-64.so.2` is not set, then the program won't use embedded postgres: [here](https://github.com/sourcegraph/sourcegraph/blob/fb3615e170add2b72eb22e6b8f4d9a1dad60000e/internal/singleprogram/postgresql.go#L75). To fix this, I propose an environment variable `EMBEDDED_POSTGRES_INTERPRETER_PATH`. If this is set, then the hardcoded...