Kir Kolyshkin
5adb14cbfe
build: rm exclude_graphdriver_devicemapper tag
...
Since commit c7937cd1d it is no longer necessary to have it.
[NO NEW TESTS NEEDED]
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2024-11-11 10:49:04 -08:00
Wong Hoi Sing Edison
2dee122f2a
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-07-14 21:20:21 +08:00
Wong Hoi Sing Edison
764b2810b0
Update nix pin with `make nixpkgs`
...
- Bugfix `make nixpkgs` which pin with branch `nixos-21.05`
- Code lint with `nixpkgs-fmt`
- Code sync between x86\_64 and aarch64
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-06-10 10:36:31 +08:00
Wong Hoi Sing Edison
a41d117b23
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-05-06 11:50:55 +08:00
Wong Hoi Sing Edison
172277d007
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-04-14 10:14:43 +08:00
Wong Hoi Sing Edison
da1522d13a
Update nix pin with `make nixpkgs`
...
- Bugfix `make nixpkgs` which pin with branch `nixos-20.09`
- Code lint with `nixpkgs-fmt`
- Code sync between x86\_64 and aarch64
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-04-04 09:14:52 +08:00
Wong Hoi Sing Edison
d33bb6fac4
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-03-07 21:34:40 +08:00
Wong Hoi Sing Edison
401b4ad314
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-01-29 14:05:38 +08:00
Wong Hoi Sing Edison
104e21e036
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-01-10 11:43:10 +08:00
Wong Hoi Sing Edison
3c6120cf65
Update nix pin with `make nixpkgs`
...
This PR introduce 3 changes:
- Upgrade Nix stable channel from 20.03 to 20.09.
NixOS 20.09 released at 2020-10-27, see
<https://nixos.org/manual/nixos/stable/release-notes.html#sec-release-20.09 >
for more information.
- Replace `git` with `gitMinimal`.
All 6 projects (i.e. crun/conmon/skopeo/buildah/podman/cri-o) are
having `git` as dependency for failsafe during bootstrap. BTW
<https://github.com/NixOS/nixpkgs/pull/104896 > replace `asciidoc`
with `asciidoctor` so trigger the dependency chain to `glib` and so
failed (see below). Switching to `gitMinimal` skip this dependency
chain to `glib`, which also speed up overall build process.
- Adding `-pthread` for `glib`
`conmon` couldn't skip the error by replacing `git` with
`gitMinimal` since it do depend on `glib`. Since `glib` trigger
error message "undefined reference to 'pthread\_create'", therefore
adding `pthread` to `CFLAGS` could solve the problem.
Also see:
- <https://github.com/containers/crun/pull/550 >
- <https://github.com/containers/conmon/pull/218 >
- <https://github.com/containers/skopeo/pull/1120 >
- <https://github.com/containers/buildah/pull/2831 >
- <https://github.com/containers/podman/pull/8526 >
- <https://github.com/cri-o/cri-o/pull/4395 >
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2020-12-20 18:41:00 +08:00
Wong Hoi Sing Edison
33d3c3f0fc
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2020-11-05 19:43:43 +08:00
Sascha Grunert
5e40ba546f
Use osusergo build tag for static build
...
We now use the osusergo build tag to not use the glibc functions which
occur in the warnings but them from golang the os/user package.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-02 10:24:32 +01:00
Wong Hoi Sing Edison
72f8603bcc
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2020-10-08 12:05:14 +08:00
Wong Hoi Sing Edison
f37a7e8f22
Update nix pin with `make nixpkgs`
...
Also backport changes from https://github.com/cri-o/cri-o/pull/4065/files#diff-1d37e48f9ceff6d8030570cd36286a61R189-R197
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-09-16 07:31:32 +08:00
Wong Hoi Sing Edison
265082d8b6
Update nix pin with `make nixpkgs`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-08-22 09:28:39 +08:00
Wong Hoi Sing Edison
a932e99286
Update nix pin with `make nixpkgs`
...
Also sync nix `packageOverrides` across skopeo/buildah/podman/cri-o for
utilizing local build cache.
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-08-11 14:10:47 +08:00
Wong Hoi Sing Edison
b033ec32e4
Build static binary with `buildGoModule`
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-07-30 08:06:43 +08:00
Wong Hoi Sing Edison
3a122aa3c8
Add nix derivation for static builds
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-06-18 19:19:21 +08:00