Skip to content

Commit 84d005e

Browse files
committed
chore: remove old env CARGO_UNSTABLE_SPARSE_REGISTRY
1 parent 8e5fbf2 commit 84d005e

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

.github/workflows/backport.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ concurrency:
1818
env:
1919
BUILD_PROFILE: release
2020
TARGET: x86_64-unknown-linux-gnu
21-
CARGO_INCREMENTAL: 0
22-
# Remove this env after rust 1.68 has been released.
23-
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2421

2522
jobs:
2623
build:

.github/workflows/dev-linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Dev Linux
22

33
on:
44
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
9+
- labeled
510
branches:
611
- main
712
paths-ignore:
@@ -22,9 +27,6 @@ concurrency:
2227
env:
2328
BUILD_PROFILE: debug
2429
RUNNER_PROVIDER: aws
25-
CARGO_INCREMENTAL: 0
26-
# Remove this env after rust 1.68 has been released.
27-
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2830

2931
jobs:
3032
check:

.github/workflows/dev-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ concurrency:
1919
env:
2020
BUILD_PROFILE: debug
2121
CARGO_INCREMENTAL: 0
22-
# Remove this env after rust 1.68 has been released.
23-
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2422

2523
jobs:
2624
build_macos:

.github/workflows/production.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ concurrency:
1818
env:
1919
BUILD_PROFILE: release
2020
CARGO_INCREMENTAL: 0
21-
# Remove this env after rust 1.68 has been released.
22-
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2321

2422
jobs:
2523
check:

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ CLUSTER_ID ?= "test"
99

1010
CARGO_TARGET_DIR ?= $(CURDIR)/target
1111

12-
# Remove this env after rust 1.68 has been released.
13-
export CARGO_UNSTABLE_SPARSE_REGISTRY = true
14-
1512
# Setup dev toolchain
1613
setup:
1714
bash ./scripts/setup/dev_setup.sh

0 commit comments

Comments
 (0)