From ae5c5b9d4cf8c8603f629d1c4b89986158652b79 Mon Sep 17 00:00:00 2001 From: gusto Date: Tue, 7 Mar 2023 21:19:38 +0200 Subject: [PATCH] Update rust docker image for CI (#91) * Update rust docker image for CI * Use macos aarch64 until x86 issues are solved --- ci/Dockerfile | 5 +++-- ci/Jenkinsfile.prs.macos | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index da794c80..70c5da36 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,11 +1,12 @@ -FROM rust:1.65.0-slim-bullseye +FROM rust:1.67.0-slim-bullseye LABEL maintainer="augustinas@status.im" LABEL source="https://github.com/logos-co/nomos-research" LABEL description="nomos-research ci build image" # Using backports for go 1.19 -RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list +RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \ + >> /etc/apt/sources.list # Dependecies for publishing documentation and building waku-bindings. RUN apt-get update && apt-get install -yq \ diff --git a/ci/Jenkinsfile.prs.macos b/ci/Jenkinsfile.prs.macos index 5c1a9ed1..5eea828d 100644 --- a/ci/Jenkinsfile.prs.macos +++ b/ci/Jenkinsfile.prs.macos @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.6.0' pipeline { agent { - label 'macos && x86_64' + label 'macos && aarch64' } environment {