Skip to content

Commit

Permalink
update profiler workflow 5
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Feb 13, 2024
1 parent fde3496 commit dede848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-profiling-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
registry:
runs-on: ubuntu-latest
runs-on: [self-hosted]
container:
image: hyperledger/iroha2-ci:nightly-2023-06-25
steps:
Expand Down
4 changes: 2 additions & 2 deletions 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 libssl-dev
apt-get install -y curl build-essential mold libssl-dev pkg-config cmake-data

# set up Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down Expand Up @@ -40,7 +40,7 @@ ENV GID=1001

RUN set -ex && \
apt-get update -y && \
apt-get install -y curl ca-certificates libssl-dev && \
apt-get install -y curl ca-certificates libssl-dev pkg-config cmake-data && \
addgroup --gid $GID $USER && \
adduser \
--disabled-password \
Expand Down

0 comments on commit dede848

Please sign in to comment.