Skip to content

Commit

Permalink
Try to fix Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed May 16, 2024
1 parent e8b02bf commit 08322a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ native_amd64_task:
- name: x86_64
compute_engine_instance:
image_project: ubuntu-os-cloud
image: ubuntu-2304-lunar-amd64-v20230530
image: ubuntu-2404-lts-amd64
platform: linux
architecture: amd64
- name: ARM
compute_engine_instance:
image_project: ubuntu-os-cloud
image: ubuntu-2304-lunar-arm64-v20230530
image: ubuntu-2404-lts-arm64
platform: linux
architecture: arm64
script:
- uname -a
- apt-get update && apt-get install -y build-essential clang default-jre
- apt-get update && apt-get install -y build-essential clang openjdk-22-jdk-headless
- git clone https://github.com/axboe/liburing.git && cd liburing && ./configure && make && sudo make install && cd ..
- wget -q https://github.com/sbt/sbt/releases/download/v1.10.0/sbt-1.10.0.tgz && tar xvfz sbt-1.10.0.tgz
- sbt/bin/sbt test

0 comments on commit 08322a4

Please sign in to comment.