Skip to content

Commit

Permalink
CI: workaround for Ubuntu VM image
Browse files Browse the repository at this point in the history
Since the base image is out of date, we need to do something to fix it.

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br authored and solardiz committed Mar 9, 2024
1 parent 54dfa9b commit dd56781
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ jobs:
arm:
machine:
image: ubuntu-2204:current
environment:
export DEBIAN_FRONTEND="noninteractive"
resource_class: arm.medium
steps:
- checkout
- run:
name: Preparing
command: sudo apt update && sudo apt install -y libssl-dev zlib1g-dev libgmp-dev libpcap-dev libbz2-dev && uname -a
command: |
uname -a
# sudo apt update && sudo apt install -y libssl-dev zlib1g-dev libgmp-dev libpcap-dev libbz2-dev
- run:
name: Building JtR
command: .circleci/circle-ci.sh BUILD
Expand Down

0 comments on commit dd56781

Please sign in to comment.