Skip to content

Commit

Permalink
Unified CentOS build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Apr 10, 2023
1 parent abe2e55 commit 0b5ed31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,12 @@ jobs:
type: string
centos_version:
type: string
resource_class:
type: string
default: large
machine:
image: ubuntu-2204:current
resource_class: large
resource_class: << parameters.resource_class >>
steps:
- run: sudo docker run --name linux_docker -d -t << parameters.docker_image >>
- run: sudo docker exec linux_docker yum install -y perl wget python3-pip perl-Archive-Tar git
Expand Down

0 comments on commit 0b5ed31

Please sign in to comment.