We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d83c9 commit 4e899acCopy full SHA for 4e899ac
2 files changed
.github/workflows/extended.yml
@@ -177,4 +177,4 @@ jobs:
177
apt-get update && apt-get install -y protobuf-compiler
178
- name: Run sqllogictest
179
run: |
180
- cargo test --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite
+ cargo test --features backtrace,parquet_encryption --profile ci-dev --test sqllogictests -- --include-sqlite
Cargo.toml
@@ -258,8 +258,8 @@ overflow-checks = false
258
rpath = false
259
strip = false # Retain debug info for flamegraphs
260
261
-[profile.ci-optimized]
262
-inherits = "release"
+[profile.ci-dev] # todo: disable once https://github.com/apache/datafusion/pull/21085 is done
+inherits = "dev"
263
codegen-units = 16
264
lto = "thin"
265
strip = true
0 commit comments