-
Notifications
You must be signed in to change notification settings - Fork 0
45 lines (39 loc) · 1.34 KB
/
Copy pathjemalloc-hard.yml
File metadata and controls
45 lines (39 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Blocking hard jemalloc CI evidence for C00 L8.
# SelfCheck + cargo build --features jemalloc on ubuntu; soft ops-load job retained
# (continue-on-error). Does not claim default-on production jemalloc or Windows parity.
name: jemalloc hard
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-D warnings"
jobs:
jemalloc-hard-selfcheck:
name: jemalloc hard · SelfCheck
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: jemalloc hard CI SelfCheck
shell: pwsh
run: ./scripts/jemalloc-check.ps1 -SelfCheck
jemalloc-hard-build:
name: jemalloc hard · feature build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
with:
workspaces: crates/sl-daemon
key: jemalloc-hard-feature
- name: cargo build --features jemalloc (blocking)
shell: pwsh
run: ./scripts/jemalloc-check.ps1 -Build