perf: Parse HogQL with C++ for a huge speedup #19687
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
container-images-ci.yml
on: pull_request
Build Docker image
6m 46s
Lint changed Dockerfiles
47s
Deploy preview environment
/
Deploy preview environment
Annotations
1 error, 6 warnings, and 1 notice
Build Docker image
failed with: Error: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends \"build-essential\" \"git\" \"libpq-dev\" \"libxmlsec1\" \"libxmlsec1-dev\" \"libffi-dev\" \"pkg-config\" && rm -rf /var/lib/apt/lists/* && pip install -r requirements.txt --compile --no-cache-dir --target=/python-runtime" did not complete successfully: exit code: 1
|
Lint changed Dockerfiles:
production.Dockerfile#L50
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L91
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L96
Use WORKDIR to switch to a directory
|
Lint changed Dockerfiles:
production.Dockerfile#L132
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L154
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L164
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L154
Delete the apt-get lists after installing something
|