Merge branch 'main' into crepererum/fix_router_client_exports

pull/24376/head
kodiakhq[bot] 2021-11-12 11:31:48 +00:00 committed by GitHub
commit 91667c7637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -321,8 +321,11 @@ jobs:
- run:
name: Cargo release build with target arch set for CRoaring
command: cargo build --release --no-default-features --features="aws,gcp,azure,jemalloc_replacing_malloc"
- run:
name: Compress debug symbols
command: objcopy --compress-debug-sections target/release/influxdb_iox
- run: |
echo sha256sum after build is
echo "binary sha256sum after build is (not to be confused w/ the GIT SHA and the resulting image SHA!)"
sha256sum target/release/influxdb_iox
- run:
name: Print rustc target CPU options
@ -350,8 +353,6 @@ jobs:
command: mv docker/Dockerfile.iox.dockerignore .dockerignore
- run: |
BRANCH=$(git rev-parse --abbrev-ref HEAD | tr '/' '.')
echo sha256sum after build is
sha256sum target/release/influxdb_iox
COMMIT_SHA=$(git rev-parse --short HEAD)
docker build -t quay.io/influxdb/iox:$COMMIT_SHA -t quay.io/influxdb/iox:main -f docker/Dockerfile.iox .
docker push quay.io/influxdb/iox

View File

@ -75,7 +75,9 @@ exclude = [
]
[profile.release]
codegen-units = 1
debug = true
lto = "thin"
[profile.bench]
debug = true