Skip to content

Commit 6afe08c

Browse files
author
gministeri
committed
[build-system] downgrading fedora to fix gnxt runner issue
Downgrading to fedora 32 as it seems to be the latest working version. Others have reported the issue with the gitlab-runner presenting the error ``` $ shell not found ``` However, proposed solutions seem to not being working in our case [1] https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27614 [2] https://gitlab.com/gitlab-org/gitlab/-/issues/358847
1 parent 64f8b58 commit 6afe08c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ release_py3m_osx_m1:
111111
- NUM_JOBS=16 ./tools/build.sh --install $PWD/gdk-python --clang --python-version 3.9
112112

113113
test_fedora_clang:
114-
image: greenaddress/fedora_ci@sha256:07f47f381f96232b097015b7081863ae13b9b83f0e78955be4c1c86fc964ddd0
114+
image: greenaddress/fedora_ci@sha256:78997558029c74fbf6ad078b0eb75663749a216b676f6df2eb17dba8c97acc0e
115115
tags:
116116
- ga
117117
script:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:37@sha256:8424686c5327e302f17f336af82da620eee70b5718a1dd3a44c1e502cc7a59da as base
1+
FROM fedora:32@sha256:7afb459893c1c5defb714d7e0a2aae4a5c2a12f24aa5b26ff5f8f8e7dd8b2317 as base
22
WORKDIR /root
33
COPY ./tools/fedora37_deps.sh ./tools/deps.sh
44
COPY ./tools/requirements.txt /requirements.txt

0 commit comments

Comments
 (0)