Skip to content

Commit 1ac0b04

Browse files
committed
Merge remote-tracking branch 'root/main' into feat_branch
2 parents 0e12125 + 0a32852 commit 1ac0b04

File tree

86 files changed

+2393
-1920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2393
-1920
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ JEMALLOC_SYS_WITH_MALLOC_CONF = "percpu_arena:percpu,oversize_threshold:0,backgr
55
## If you are using aarch64-apple-darwin, you may need to set the following:
66
## JEMALLOC_SYS_WITH_LG_PAGE = "14"
77
## JEMALLOC_SYS_WITH_MALLOC_CONF = "oversize_threshold:0,dirty_decay_ms:5000,muzzy_decay_ms:5000"
8+
9+
[target.'cfg(target_os = "linux")']
10+
linker = "clang"
11+
rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "link-arg=-flto=thin"]

.config/nextest.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
[test-groups]
22
serial-integration = { max-threads = 1 }
33

4-
[profile.unit-test]
5-
build-threads = 2
6-
run-threads = 0
7-
84
[[profile.default.overrides]]
95
filter = 'package(databend-meta)'
106
test-group = 'serial-integration'
11-
12-
[[profile.unit-test.overrides]]
13-
filter = 'package(databend-meta)'
14-
test-group = 'serial-integration'

.github/actions/test_unit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818

1919
- shell: bash
2020
run: |
21-
cargo nextest run --profile unit-test --no-fail-fast --hide-progress-bar
21+
cargo nextest run --no-fail-fast --hide-progress-bar
2222
grep ' Compiled in ' target/sccache.log || true
2323
env:
2424
RUST_LOG: ERROR

.github/workflows/bindings.python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- self-hosted
6262
- X64
6363
- Linux
64-
- 4c16g
64+
- 4c
6565
- aws
6666
steps:
6767
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
8080
- self-hosted
8181
- "${{ matrix.runner }}"
8282
- Linux
83-
- 4c16g
83+
- 4c
8484
- aws
8585
strategy:
8686
fail-fast: false

.github/workflows/cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- self-hosted
5252
- "${{ matrix.runner }}"
5353
- Linux
54-
- 8c32g
54+
- 8c
5555
- aws
5656
strategy:
5757
matrix:
@@ -87,7 +87,7 @@ jobs:
8787
- self-hosted
8888
- ARM64
8989
- Linux
90-
- 2c8g
90+
- 2c
9191
- aws
9292
outputs:
9393
tag: ${{ steps.prepare.outputs.tag }}

.github/workflows/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- self-hosted
4141
- "${{ matrix.runner }}"
4242
- Linux
43-
- 8c32g
43+
- 8c
4444
- aws
4545
strategy:
4646
matrix:
@@ -65,7 +65,7 @@ jobs:
6565
- self-hosted
6666
- X64
6767
- Linux
68-
- 4c16g
68+
- 4c
6969
- aws
7070
steps:
7171
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- self-hosted
120120
- "${{ matrix.runner }}"
121121
- Linux
122-
- 16c64g
122+
- 16c
123123
- aws
124124
needs: create_release
125125
strategy:
@@ -162,7 +162,7 @@ jobs:
162162
- self-hosted
163163
- "${{ matrix.runner }}"
164164
- Linux
165-
- 16c64g
165+
- 16c
166166
- aws
167167
needs: create_release
168168
strategy:
@@ -199,7 +199,7 @@ jobs:
199199
- self-hosted
200200
- X64
201201
- Linux
202-
- 2c8g
202+
- 2c
203203
- aws
204204
needs:
205205
- create_release
@@ -239,7 +239,7 @@ jobs:
239239
- self-hosted
240240
- ARM64
241241
- Linux
242-
- 2c8g
242+
- 2c
243243
- aws
244244
needs:
245245
- create_release
@@ -291,7 +291,7 @@ jobs:
291291
- self-hosted
292292
- ARM64
293293
- Linux
294-
- 2c8g
294+
- 2c
295295
- aws
296296
needs:
297297
- create_release
@@ -326,7 +326,7 @@ jobs:
326326
- self-hosted
327327
- ARM64
328328
- Linux
329-
- 2c8g
329+
- 2c
330330
- aws
331331
needs:
332332
- create_release
@@ -407,7 +407,7 @@ jobs:
407407
- self-hosted
408408
- ARM64
409409
- Linux
410-
- 2c8g
410+
- 2c
411411
- aws
412412
needs:
413413
- create_release
@@ -484,7 +484,7 @@ jobs:
484484
- self-hosted
485485
- ARM64
486486
- Linux
487-
- 2c8g
487+
- 2c
488488
- aws
489489
needs:
490490
- create_release
@@ -579,7 +579,7 @@ jobs:
579579
- self-hosted
580580
- ARM64
581581
- Linux
582-
- 2c8g
582+
- 2c
583583
- aws
584584
needs:
585585
- create_release
@@ -611,7 +611,7 @@ jobs:
611611
- self-hosted
612612
- X64
613613
- Linux
614-
- 4c16g
614+
- 4c
615615
- aws
616616
needs:
617617
- create_release

.github/workflows/reuse.benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- self-hosted
4545
- X64
4646
- Linux
47-
- 8c32g
47+
- 8c
4848
- aws
4949
strategy:
5050
matrix:

0 commit comments

Comments
 (0)