* GitHub actions are failing @ 2022-12-22 17:55 NSENGIYUMVA WILBERFORCE 2022-12-22 19:26 ` SZEDER Gábor 0 siblings, 1 reply; 4+ messages in thread From: NSENGIYUMVA WILBERFORCE @ 2022-12-22 17:55 UTC (permalink / raw) To: git Hi So I have been working in the signature atom patches. I have been testing my commits on my fork. However, the actions are failing. One of the errors is ------------- E: Package 'gcc-8' has no installation candidate + end_group + test -n '' + return 0 Error: Process completed with exit code 100. ------------- I would like to have any help, my branch is https://github.com/nsengiyumva-wilberforce/git/commits/signature5 Best Regards Wilberforce ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GitHub actions are failing 2022-12-22 17:55 GitHub actions are failing NSENGIYUMVA WILBERFORCE @ 2022-12-22 19:26 ` SZEDER Gábor 2022-12-24 21:11 ` NSENGIYUMVA WILBERFORCE 0 siblings, 1 reply; 4+ messages in thread From: SZEDER Gábor @ 2022-12-22 19:26 UTC (permalink / raw) To: NSENGIYUMVA WILBERFORCE; +Cc: git On Thu, Dec 22, 2022 at 08:55:43PM +0300, NSENGIYUMVA WILBERFORCE wrote: > Hi > So I have been working in the signature atom patches. I have been > testing my commits on my fork. However, the actions are failing. > One of the errors is > > ------------- > E: Package 'gcc-8' has no installation candidate > + end_group > + test -n '' > + return 0 > Error: Process completed with exit code 100. > ------------- > > I would like to have any help, my branch is > https://github.com/nsengiyumva-wilberforce/git/commits/signature5 This should be fixed in 0178420b9c (github-actions: run gcc-8 on ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your branch is based on v2.39.0-rc0. I would suggest to rebase your branch on top of v2.39.0, because it contains a few other CI fixes that are not yet present in any of its prereleases. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GitHub actions are failing 2022-12-22 19:26 ` SZEDER Gábor @ 2022-12-24 21:11 ` NSENGIYUMVA WILBERFORCE 2022-12-24 22:13 ` NSENGIYUMVA WILBERFORCE 0 siblings, 1 reply; 4+ messages in thread From: NSENGIYUMVA WILBERFORCE @ 2022-12-24 21:11 UTC (permalink / raw) To: SZEDER Gábor; +Cc: git > This should be fixed in 0178420b9c (github-actions: run gcc-8 on > ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your > branch is based on v2.39.0-rc0. I would suggest to rebase your branch > on top of v2.39.0, because it contains a few other CI fixes that are > not yet present in any of its prereleases. Thanks for the advice, how can I do this? On Thu, Dec 22, 2022 at 2:26 PM SZEDER Gábor <szeder.dev@gmail.com> wrote: > > On Thu, Dec 22, 2022 at 08:55:43PM +0300, NSENGIYUMVA WILBERFORCE wrote: > > Hi > > So I have been working in the signature atom patches. I have been > > testing my commits on my fork. However, the actions are failing. > > One of the errors is > > > > ------------- > > E: Package 'gcc-8' has no installation candidate > > + end_group > > + test -n '' > > + return 0 > > Error: Process completed with exit code 100. > > ------------- > > > > I would like to have any help, my branch is > > https://github.com/nsengiyumva-wilberforce/git/commits/signature5 > > This should be fixed in 0178420b9c (github-actions: run gcc-8 on > ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your > branch is based on v2.39.0-rc0. I would suggest to rebase your branch > on top of v2.39.0, because it contains a few other CI fixes that are > not yet present in any of its prereleases. > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GitHub actions are failing 2022-12-24 21:11 ` NSENGIYUMVA WILBERFORCE @ 2022-12-24 22:13 ` NSENGIYUMVA WILBERFORCE 0 siblings, 0 replies; 4+ messages in thread From: NSENGIYUMVA WILBERFORCE @ 2022-12-24 22:13 UTC (permalink / raw) To: SZEDER Gábor; +Cc: git > > This should be fixed in 0178420b9c (github-actions: run gcc-8 on > > ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your > > branch is based on v2.39.0-rc0. I would suggest to rebase your branch > > on top of v2.39.0, because it contains a few other CI fixes that are > > not yet present in any of its prereleases. > > Thanks for the advice, how can I do this? Oh, I have finally learned how to do it. just search around the internet. And it solves the problems, Github Actions are no longer failing. Best Regards Wilberforce On Sun, Dec 25, 2022 at 12:11 AM NSENGIYUMVA WILBERFORCE <nsengiyumvawilberforce@gmail.com> wrote: > > > This should be fixed in 0178420b9c (github-actions: run gcc-8 on > > ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your > > branch is based on v2.39.0-rc0. I would suggest to rebase your branch > > on top of v2.39.0, because it contains a few other CI fixes that are > > not yet present in any of its prereleases. > > Thanks for the advice, how can I do this? > > > On Thu, Dec 22, 2022 at 2:26 PM SZEDER Gábor <szeder.dev@gmail.com> wrote: > > > > On Thu, Dec 22, 2022 at 08:55:43PM +0300, NSENGIYUMVA WILBERFORCE wrote: > > > Hi > > > So I have been working in the signature atom patches. I have been > > > testing my commits on my fork. However, the actions are failing. > > > One of the errors is > > > > > > ------------- > > > E: Package 'gcc-8' has no installation candidate > > > + end_group > > > + test -n '' > > > + return 0 > > > Error: Process completed with exit code 100. > > > ------------- > > > > > > I would like to have any help, my branch is > > > https://github.com/nsengiyumva-wilberforce/git/commits/signature5 > > > > This should be fixed in 0178420b9c (github-actions: run gcc-8 on > > ubuntu-20.04 image, 2022-11-25), which is in v2.39.0-rc1, but your > > branch is based on v2.39.0-rc0. I would suggest to rebase your branch > > on top of v2.39.0, because it contains a few other CI fixes that are > > not yet present in any of its prereleases. > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-24 22:13 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-12-22 17:55 GitHub actions are failing NSENGIYUMVA WILBERFORCE 2022-12-22 19:26 ` SZEDER Gábor 2022-12-24 21:11 ` NSENGIYUMVA WILBERFORCE 2022-12-24 22:13 ` NSENGIYUMVA WILBERFORCE
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox