Skip to content

Commit

Permalink
feat: empty modify for package
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric committed Jan 6, 2025
1 parent 43b4882 commit c069671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agent-build-rust-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- package-rust-env
- package-rust-env-prepare
paths:
- 'agent/docker/DockerfileToFix.build'
- 'agent/docker/DockerfileToFix-aarch64.build'
Expand Down
1 change: 1 addition & 0 deletions agent/docker/dockerfile-build-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/p
RUN unzip protoc-3.12.0.zip -d protoc-3.12.0
RUN mv protoc-3.12.0/bin/* /usr/bin/ && cp -rf protoc-3.12.0/include/* /usr/include/
RUN yum clean all

1 change: 1 addition & 0 deletions agent/docker/dockerfile-build-env-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/p
RUN unzip protoc-3.12.0.zip -d protoc-3.12.0
RUN mv protoc-3.12.0/bin/* /usr/bin/ && cp -rf protoc-3.12.0/include/* /usr/include/
RUN yum clean all

0 comments on commit c069671

Please sign in to comment.