debian-forge-composer/internal/client
Tomáš Hozza 6e3a41ae07 Don't run TestMultilibBlueprintDepsolveV0 on el10 / c10s
TestMultilibBlueprintDepsolveV0 unit test relies on 'gsl' package and
the availability of its 32 bit and 64 bit versions in the distribution
repositories. However, the package is no longer available in c10s /
el10. Moreover, there are no 32 bit RPMs in the repositories.
Conditionally compile the test only if 'rhel10' build tag is not
specified. Modify the SPEC file to define 'rhelX' build tag when
compiling tests on RHEL, where X is the major version.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-06-04 13:03:37 +02:00
..
blueprints.go client: Add GetBlueprintChangeV1 2022-11-24 11:19:14 +01:00
blueprints_non_el10_test.go Don't run TestMultilibBlueprintDepsolveV0 on el10 / c10s 2024-06-04 13:03:37 +02:00
blueprints_test.go Don't run TestMultilibBlueprintDepsolveV0 on el10 / c10s 2024-06-04 13:03:37 +02:00
client.go update to go 1.19 2023-07-21 19:18:00 +02:00
client_test.go tests: replace cmd.Diff() with require functions 2020-04-20 14:00:49 +02:00
compose.go client: Add Cancel function and tests 2022-02-18 09:31:07 +01:00
compose_test.go update to go 1.19 2023-07-21 19:18:00 +02:00
integration_test.go Remove old build tag comments 2023-03-07 09:22:23 -08:00
modules.go split: replace internal packages with images library 2023-07-10 21:11:19 +02:00
modules_test.go client: Handle the differences between unit tests and integration tests 2020-03-27 19:07:33 +01:00
projects.go update to go 1.19 2023-07-21 19:18:00 +02:00
projects_test.go client: Handle the differences between unit tests and integration tests 2020-03-27 19:07:33 +01:00
source.go weldr: Add support for the v1 API to /projects/source/delete 2020-06-03 21:24:47 +02:00
source_test.go Rename gpgkey_urls to gpgkeys 2023-02-01 10:27:58 +01:00
unit_test.go jobqueue: add channel to workers 2024-04-19 14:32:07 +02:00
utils.go Move isStringInSlice to common.IsStringInSlice 2021-07-12 08:58:42 +02:00
weldr.go Move the API struct definitions into internal/weldr 2020-03-23 21:08:01 +01:00