Update rust docker image for CI (#91)

* Update rust docker image for CI

* Use macos aarch64 until x86 issues are solved
This commit is contained in:
gusto 2023-03-07 21:19:38 +02:00 committed by GitHub
parent 4981c724af
commit ae5c5b9d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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 \

View File

@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.6.0'
pipeline {
agent {
label 'macos && x86_64'
label 'macos && aarch64'
}
environment {