File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,26 @@ jobs:
13
13
name : Continuous Benchmarking with Bencher
14
14
runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
15
15
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
17
18
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
+
18
26
- uses : actions/checkout@v4
19
27
with :
20
28
fetch-depth : 0
21
29
30
+ - name : " Install dependencies"
31
+ shell : bash
32
+ run : |
33
+ set -ex
34
+ ./scripts/setup-ci.sh
35
+
22
36
- name : Build and run virtual perf tests
23
37
run : |
24
38
git config --global --add safe.directory /__w/CCF/CCF
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ prettytable==3.*
24
24
polars
25
25
plotext
26
26
boofuzz
27
+ numpy < 2
You can’t perform that action at this time.
0 commit comments