Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit b7e8b56

Browse files
catdumandreeaflorescu
authored andcommitted
Deprecate custom pipeline
We can autogenerate the custom pipelines as well now. Signed-off-by: Catalin Dumitru <catdum@amazon.com>
1 parent e265114 commit b7e8b56

File tree

2 files changed

+28
-59
lines changed

2 files changed

+28
-59
lines changed

.buildkite/custom-tests.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"tests": [
3+
{
4+
"test_name": "build-fam-gnu",
5+
"command": "cargo build --release --features=fam-wrappers",
6+
"platform": [
7+
"x86_64",
8+
"aarch64"
9+
]
10+
},
11+
{
12+
"test_name": "build-fam-musl",
13+
"command": "cargo build --release --features=fam-wrappers --target {target_platform}-unknown-linux-musl",
14+
"platform": [
15+
"x86_64",
16+
"aarch64"
17+
]
18+
},
19+
{
20+
"test_name": "check-warnings-fam",
21+
"command": "RUSTFLAGS=\"-D warnings\" cargo check --features=fam-wrappers",
22+
"platform": [
23+
"x86_64",
24+
"aarch64"
25+
]
26+
}
27+
]
28+
}

.buildkite/pipeline.yml

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

0 commit comments

Comments
 (0)