Skip to content

Commit

Permalink
[ci]: Fix pprof-rs Dockerfile and workflow (hyperledger#4280)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 authored Feb 13, 2024
1 parent 2ad5f61 commit 39fb088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/iroha2-profiling-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ on:

jobs:
registry:
runs-on: [self-hosted, Linux, iroha2-dev-push]
runs-on: ubuntu-latest
container:
image: hyperledger/iroha2-ci:nightly-2024-01-12
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS builder

# install required packages
RUN apt-get update -y && \
apt-get install -y curl build-essential mold
apt-get install -y curl build-essential mold pkg-config libssl-dev

# set up Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit 39fb088

Please sign in to comment.