Skip to content

Commit a86d877

Browse files
remove cedar from ci
1 parent ea68189 commit a86d877

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/ci-check-fmt.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@ jobs:
3737
- name: Format shfmt
3838
run: ./tools/scripts/shfmt -w .
3939

40-
- name: Format cedar
41-
run: git ls-files "*.cedar" | xargs ls 2>/dev/null | xargs -I {} ./tools/scripts/cedar format -w -p {}
42-
4340
- name: Exit on diff
4441
run: git diff --exit-code

misc/toolchains/diesel.MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ http_archive(
88
sha256 = "eb6ac9b6c1804a9b83d8d4521ee7f54cc02b59be06012d532ba029f9f870f621",
99
strip_prefix = "diesel_cli-aarch64-apple-darwin",
1010
url = "{url}{file}".format(
11-
url = build_url,
1211
file = "diesel_cli-aarch64-apple-darwin.tar.xz",
12+
url = build_url,
1313
),
1414
)
1515

@@ -19,8 +19,8 @@ http_archive(
1919
sha256 = "a1f6005b7fae79d27d2eb1c642d800c8a2ae883b3849b39b054dee234a872e78",
2020
strip_prefix = "diesel_cli-aarch64-unknown-linux-gnu",
2121
url = "{url}{file}".format(
22-
url = build_url,
2322
file = "diesel_cli-aarch64-unknown-linux-gnu.tar.xz",
23+
url = build_url,
2424
),
2525
)
2626

@@ -30,8 +30,8 @@ http_archive(
3030
sha256 = "e32589d16bea3195ab7da37a32200996c3d98bff7f5644d16c8acc91ef54d2b9",
3131
strip_prefix = "diesel_cli-x86_64-apple-darwin",
3232
url = "{url}{file}".format(
33-
url = build_url,
3433
file = "diesel_cli-x86_64-apple-darwin.tar.xz",
34+
url = build_url,
3535
),
3636
)
3737

@@ -41,8 +41,8 @@ http_archive(
4141
sha256 = "a3ee515a8f4be8c77b864b8802d2bda7a0cc3e6a802b07942fad1a5c01d92f47",
4242
strip_prefix = "diesel_cli-x86_64-pc-windows-msvc",
4343
url = "{url}{file}".format(
44-
url = build_url,
4544
file = "diesel_cli-x86_64-pc-windows-msvc.zip",
45+
url = build_url,
4646
),
4747
)
4848

@@ -52,7 +52,7 @@ http_archive(
5252
sha256 = "63267a24efc591a61ed5be77c938377aed0e0829f3075be13504f42297d29c50",
5353
strip_prefix = "diesel_cli-x86_64-unknown-linux-gnu",
5454
url = "{url}{file}".format(
55-
url = build_url,
5655
file = "diesel_cli-x86_64-unknown-linux-gnu.tar.xz",
56+
url = build_url,
5757
),
5858
)

0 commit comments

Comments
 (0)