Skip to content

Commit 142fc05

Browse files
lauraltjiangliu
authored andcommitted
deprecate custom pipeline
We can autogenerate the custom pipeline as well now. Signed-off-by: Laura Loghin <[email protected]>
1 parent d35fc2b commit 142fc05

File tree

2 files changed

+14
-52
lines changed

2 files changed

+14
-52
lines changed

.buildkite/custom-tests.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"tests": [
3+
{
4+
"test_name": "build-gnu-mmap",
5+
"command": "cargo build --release --features=backend-mmap",
6+
"platform": ["x86_64", "aarch64"]
7+
},
8+
{
9+
"test_name": "build-musl-mmap",
10+
"command": "cargo build --release --features=backend-mmap --target {target_platform}-unknown-linux-musl",
11+
"platform": ["x86_64", "aarch64"]
12+
}
13+
]
14+
}

.buildkite/pipeline.linux.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)