influxdb/query/promql
Jonathan A. Sternberg 2ee5308a27
fix: the master build no longer uses -i when building the influx binary
The `-i` flag causes a problem when a cross compilation happens because
it attempts to build files in GOROOT which is located in a directory
that is not writable by the build user. This same problem exists for
when the `-tags` are changed like adding `-tags assets` in the `all`
build that runs on the master branch.

This removes `-i` because, in the latest go release, the `-i` flag
doesn't actually do anything useful since there is another build cache
that the results are placed in regardless of whether `-i` is used.

This fixes the build on master so that `make all` and `make nightly`
will function properly.
2018-09-25 11:33:07 -05:00
..
Makefile chore(Makefile): Update Makefiles to use GOOS 2018-06-26 11:03:49 -06:00
gen.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00
promql.go fix: the master build no longer uses -i when building the influx binary 2018-09-25 11:33:07 -05:00
promql.peg Parse duration literals 2018-08-31 15:33:43 -06:00
query.go feat: switch to using go modules for building 2018-09-20 08:33:15 -07:00
query_test.go refactor: Migrate query package to influxdata/flux repository 2018-09-06 11:13:48 -07:00
types.go refactor: Migrate query package to influxdata/flux repository 2018-09-06 11:13:48 -07:00
unicode.go refactor: Migrate query package to influxdata/flux repository 2018-09-06 11:13:48 -07:00