Skip to content

Commit

Permalink
buildkite: switch to f38
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikViehmann committed Nov 1, 2023
1 parent 5f597ce commit 7781449
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
steps:
- label: "Build"
plugins:
- kennasecurity/podman#master:
image: registry.fedoraproject.org/fedora:34
- compono/podman#main:
image: registry.fedoraproject.org/fedora:38
always-pull: true
privileged: true
command:
- dnf -y --nodocs install cmake gcc-c++ openssl-devel protobuf-devel boost-devel
- cmake -B build && cmake --build build -j`nproc`

0 comments on commit 7781449

Please sign in to comment.