Thank you, Alex! Here is the patch to fix the issue. I've also removed the comment which is no longer applicable.
Regards, Mukilan --- .gitlab-ci.d/container-cross.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml index 5486dc43c6..e0d75d5824 100644 --- a/.gitlab-ci.d/container-cross.yml +++ b/.gitlab-ci.d/container-cross.yml @@ -34,14 +34,11 @@ armhf-debian-cross-container: variables: NAME: debian-armhf-cross -# We never want to build hexagon in the CI system and by default we -# always want to refer to the master registry where it lives. hexagon-cross-container: extends: .container_job_template stage: containers variables: NAME: debian-hexagon-cross - QEMU_JOB_ONLY_FORKS: 1 hppa-debian-cross-container: extends: .container_job_template -- 2.17.1