Skip to content

Commit 4c74900

Browse files
Bencher on Azure Linux (#6883)
Co-authored-by: Max <[email protected]>
1 parent 529ce0a commit 4c74900

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/bencher.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,26 @@ jobs:
1313
name: Continuous Benchmarking with Bencher
1414
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1515
container:
16-
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
16+
image: mcr.microsoft.com/azurelinux/base/core:3.0
17+
options: --user root
1718
steps:
19+
- name: "Checkout dependencies"
20+
shell: bash
21+
run: |
22+
gpg --import /etc/pki/rpm-gpg/MICROSOFT-RPM-GPG-KEY
23+
tdnf -y update
24+
tdnf -y install ca-certificates git
25+
1826
- uses: actions/checkout@v4
1927
with:
2028
fetch-depth: 0
2129

30+
- name: "Install dependencies"
31+
shell: bash
32+
run: |
33+
set -ex
34+
./scripts/setup-ci.sh
35+
2236
- name: Build and run virtual perf tests
2337
run: |
2438
git config --global --add safe.directory /__w/CCF/CCF

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ prettytable==3.*
2424
polars
2525
plotext
2626
boofuzz
27+
numpy<2

0 commit comments

Comments
 (0)