From 5216386b414525adc40b8c556ed814e235687be5 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 26 Apr 2023 17:12:20 +0200 Subject: [PATCH] Revert "use rust image that has cargo-hack pre-installed" https://github.com/neondatabase/build/pull/53 is now merged and the rust:pinned now includes cargo-hack. This partially reverts commit ba7a9c053d1e076aa28c6c6049b695980ef33a3a. --- .github/workflows/build_and_test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1593759bd2ef..0d28cc1416cb 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -86,9 +86,7 @@ jobs: check-codestyle-rust: runs-on: [ self-hosted, gen3, large ] container: - # test with image from https://github.com/neondatabase/build/actions/runs/4809401522/jobs/8560593772 - #image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned - image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:4809401522-amd64 + image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned options: --init steps: