Skip to content

Commit 4e899ac

Browse files
committed
ci-dev
1 parent 17d83c9 commit 4e899ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ jobs:
177177
apt-get update && apt-get install -y protobuf-compiler
178178
- name: Run sqllogictest
179179
run: |
180-
cargo test --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite
180+
cargo test --features backtrace,parquet_encryption --profile ci-dev --test sqllogictests -- --include-sqlite

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ overflow-checks = false
258258
rpath = false
259259
strip = false # Retain debug info for flamegraphs
260260

261-
[profile.ci-optimized]
262-
inherits = "release"
261+
[profile.ci-dev] # todo: disable once https://github.com/apache/datafusion/pull/21085 is done
262+
inherits = "dev"
263263
codegen-units = 16
264264
lto = "thin"
265265
strip = true

0 commit comments

Comments
 (0)