Skip to content

Commit 125b50a

Browse files
committed
beaker-tests: Temporarily build hello from F43
The `main` variant (Rawhide) uses a locally created `make dist` tarball, to work-around the current FTBFS against the newest GCC: https://src.fedoraproject.org/rpms/hello/c/af27df4609302190668b8db4cb85380aab4f7795?branch=rawhide Waiting for a new GNU Hello release: https://savannah.gnu.org/bugs/?67961
1 parent d4467b2 commit 125b50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beaker-tests/Sanity/copr-cli-basic-operations/runtest-coprdir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rlJournalStart
5050
# second package would be something like `copr-cli` or `copr-backend`.
5151

5252
# This is the dependency (e.g. python-copr)
53-
rlRun "curl https://src.fedoraproject.org/rpms/hello/raw/rawhide/f/hello.spec > $tmp/hello-1.spec"
53+
rlRun "curl https://src.fedoraproject.org/rpms/hello/raw/f43/f/hello.spec > $tmp/hello-1.spec"
5454
rlRun "sed -i '1s/^/Epoch: 6\n/' $tmp/hello-1.spec"
5555
rlRun "copr-cli build $PROJECT:custom:foo $tmp/hello-1.spec"
5656

0 commit comments

Comments
 (0)