Search Criteria
Package Base Details: concourse
Package Actions
Git Clone URL: | https://aur.archlinux.org/concourse.git (read-only, click to copy) |
---|---|
Keywords: | ci ci-cd concourse continuous-delivery continuous-integration elm go pipelines |
Submitter: | bramswenson |
Maintainer: | cheatsc |
Last Packager: | cheatsc |
Votes: | 4 |
Popularity: | 0.085559 |
First Submitted: | 2017-03-08 08:58 (UTC) |
Last Updated: | 2023-02-07 14:18 (UTC) |
Latest Comments
1 2 3 Next › Last »
cheatsc commented on 2023-03-06 11:56 (UTC) (edited on 2023-03-06 12:08 (UTC) by cheatsc)
After upgrading my kernel to 6.2.2-arch1-1 from 6.1.7-arch1-1, concourse failed to create containers as follows:
This problem does not reproduce on creating privileged container:
I assum that this is similar [1]. Please tell me if you have any information to resolve the problem.
cheatsc commented on 2022-04-20 07:09 (UTC)
@pancho
Ooops! I forgot to add 'go' to the make-dependencies at 379824f. Thanks!
pancho commented on 2022-04-19 16:13 (UTC)
@cheatsc: thanks a lot for the quick update!
I recommend adding 'go' to the
makedepends
array; otherwise, building the package fails with a 'go: command not found' if thego
package is not installed on the system, or if built within a chroot withaurutils
¹.Thanks again!
Happy hacking,
pancho
cheatsc commented on 2022-04-18 12:19 (UTC)
@pancho: Thank you for providing important information. I update the PKGBUILD as soon as possible (I'm testing it).
I'm so glad to hear that :)
pancho commented on 2022-04-17 06:59 (UTC) (edited on 2022-04-17 07:00 (UTC) by pancho)
@cheatsc: I suggest replacing the makedepend
go-pie
with simplygo
, sincego-pie
is just an alias.go-pie
was dropped almost two years ago¹. As per the Go package guidelines², in order to enable PIE, the setting must be explicitly set, either in thego build
invocation, or in theGOFLAGS
.Hope that it helps.
BTW, fantastic job maintaining this package, both for the multi-package and for keeping it up-to-date in a timely manner. Kudos!
1: https://archlinux.org/todo/move-from-go-pie-dependency-to-go/
2: https://wiki.archlinux.org/title/Go_package_guidelines#Sample_PKGBUILD
cheatsc commented on 2021-10-29 01:00 (UTC)
This problem has been fixed since 7.6.0.
cheatsc commented on 2021-10-15 14:03 (UTC) (edited on 2021-10-15 14:21 (UTC) by cheatsc)
Recently, git resource cannot fetch repository as follows:
This problem probably relates that expired root CA of Let's encrypt...
https://letsencrypt.org/ja/docs/dst-root-ca-x3-expiration-september-2021/
cheatsc commented on 2021-07-30 07:28 (UTC)
From 7.4.0, concourse does not use hardcoded paths by the following commits:
concourse makes the paths from the own directory.
Therefore, users should use
--containerd-init-bin /usr/lib/concourse/bin/init
and--containerd-cni-plugins-dir /usr/lib/cni/
for workersragouel commented on 2020-04-29 03:31 (UTC) (edited on 2020-04-29 03:45 (UTC) by ragouel)
From Concourse docs
The concourse worker command automatically configures and runs gdn, but depending on the environment you're running Concourse in, you may need to pop open the hood and configure a few things
Since I don't use this package, I don't know its' inner workings. If you can provide a guide on how it works and what it requires (a Wiki page would be nice), I can look into it.
EDIT: It seems upstream updated to 5.5.11 which looks like a rollback?. I'm updating this to latest release.
Cheers.
hendres commented on 2020-04-28 18:41 (UTC)
Hi @raguel
I had some time to dig in.
as mentioned by @coderobe there are some missing dependencies. At least the gdn binary.
Regards Harm
1 2 3 Next › Last »