Commit d517c4b 1 parent d17974e commit d517c4b Copy full SHA for d517c4b
File tree 6 files changed +12
-9
lines changed
6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 65
65
target/release/espresso-bridge
66
66
67
67
build-arm :
68
- runs-on : buildjet-16vcpu-ubuntu-2204-arm
68
+ runs-on :
69
+ group : BigArmRunners
69
70
steps :
70
71
- name : Checkout Repository
71
72
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
build :
27
- runs-on : buildjet-8vcpu- ubuntu-2204
27
+ runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : rui314/setup-mold@v1
30
30
86
86
87
87
build-arm :
88
88
if : github.event_name != 'pull_request'
89
- runs-on : buildjet-8vcpu-ubuntu-2204-arm
89
+ runs-on :
90
+ group : BigArmRunners
90
91
env :
91
92
CARGO_BUILD_JOBS : ' 6'
92
93
steps :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
jobs :
21
21
cargo-features :
22
- runs-on : buildjet-8vcpu- ubuntu-2204
22
+ runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : taiki-e/install-action@cargo-hack
25
25
Original file line number Diff line number Diff line change 27
27
jobs :
28
28
build-test-artifacts-postgres :
29
29
name : Build test artifacts (postgres)
30
- runs-on : buildjet-8vcpu- ubuntu-2204
30
+ runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : rui314/setup-mold@v1
33
33
61
61
62
62
build-test-artifacts-sqlite :
63
63
name : Build test artifacts (sqlite)
64
- runs-on : buildjet-8vcpu- ubuntu-2204
64
+ runs-on : ubuntu-latest
65
65
steps :
66
66
- uses : rui314/setup-mold@v1
67
67
96
96
97
97
build-test-bins :
98
98
name : Build test binaries
99
- runs-on : buildjet-8vcpu- ubuntu-2204
99
+ runs-on : ubuntu-latest
100
100
steps :
101
101
- uses : rui314/setup-mold@v1
102
102
Original file line number Diff line number Diff line change @@ -203,3 +203,4 @@ risk.
203
203
** DISCLAIMER:** The Rust library crates provided in this repository are intended primarily for use by the binary targets
204
204
in this repository. We make no guarantees of public API stability. If you are building on these crates, reach out by
205
205
opening an issue to discuss the APIs you need.
206
+
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ impl<T: SignatureKey> SignatureScheme for WrappedSignatureKey<T> {
80
80
} ;
81
81
82
82
todo_by ! (
83
- "2025-3 -4" ,
83
+ "2025-4 -4" ,
84
84
"Only accept the namespaced message once everyone has upgraded"
85
85
) ;
86
86
public_key. 0 . validate ( & signature, message)
@@ -112,7 +112,7 @@ impl<TYPES: NodeType> RunDef for ProductionDef<TYPES> {
112
112
}
113
113
114
114
todo_by ! (
115
- "2025-3 -4" ,
115
+ "2025-4 -4" ,
116
116
"Remove this, switching to TCP+TLS singularly when everyone has updated"
117
117
) ;
118
118
/// The user definition for the Push CDN.
You can’t perform that action at this time.
0 commit comments