Skip to content

CI cleanups#2320

Merged
AkihiroSuda merged 2 commits intoopencontainers:masterfrom
kolyshkin:vgr
Apr 20, 2020
Merged

CI cleanups#2320
AkihiroSuda merged 2 commits intoopencontainers:masterfrom
kolyshkin:vgr

Conversation

@kolyshkin
Copy link
Copy Markdown
Contributor

@kolyshkin kolyshkin commented Apr 17, 2020

1. rm disablng weak deps in Vagrantfile

  1. it was not working previously because of a typo

  2. when a typo is removed, important packages such
    as container-selinux are not updated, so let's
    just remove this flag to avoid confusion.

Fixes: 84583eb (#2295)

2. rm BUILDTAGS from travis.yml

It is not needed since commit 89c108b.

@kolyshkin
Copy link
Copy Markdown
Contributor Author

Added some cleanup to travis.yml

@kolyshkin kolyshkin changed the title Vagrantfile: do disable weak deps CI cleanups Apr 18, 2020
@kolyshkin
Copy link
Copy Markdown
Contributor Author

@mrunalp @crosbymichael @AkihiroSuda PTAL (easy to review)

@AkihiroSuda
Copy link
Copy Markdown
Member

CI failing

@kolyshkin
Copy link
Copy Markdown
Contributor Author

--> 7220508c48d
STEP 3: RUN dpkg --add-architecture armel && dpkg --add-architecture armhf && dpkg --add-architecture arm64 && dpkg --add-architecture ppc64el && apt-get update && apt-get install -y --no-install-recommends build-essential crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el curl gawk iptables jq kmod libaio-dev libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev libseccomp-dev libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp2 pkg-config protobuf-c-compiler protobuf-compiler python-minimal sudo uidmap && apt-get clean && rm -rf /var/cache/apt /var/lib/apt/lists/*;
error opening file /sys/fs/cgroup//system.slice/buildah-buildah055834495-18728.scope/cgroup.freeze: No such file or directory
kill container: No such process

Does not look related :-\

@kolyshkin
Copy link
Copy Markdown
Contributor Author

rebased on top of current master to kick CI

@kolyshkin kolyshkin marked this pull request as draft April 19, 2020 22:19
@kolyshkin
Copy link
Copy Markdown
Contributor Author

Might be related, looking

1. it was not working previously because of a typo

2. when a typo is removed, important packages such
   as container-selinux are not updated, so let's
   just remove this flag to avoid confusion.

Fixes: 84583eb
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
It is not needed since commit 89c108b.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin
Copy link
Copy Markdown
Contributor Author

kolyshkin commented Apr 19, 2020

Fixed (enabling weak deps was a bad bad idea)

@kolyshkin kolyshkin marked this pull request as ready for review April 19, 2020 23:28
@AkihiroSuda
Copy link
Copy Markdown
Member

AkihiroSuda commented Apr 20, 2020

LGTM

Approved with PullApprove

1 similar comment
@mrunalp
Copy link
Copy Markdown
Contributor

mrunalp commented Apr 20, 2020

LGTM

Approved with PullApprove

@AkihiroSuda AkihiroSuda merged commit 5b38ef7 into opencontainers:master Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants