Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI cannot set up environment correctly #411

Closed
htwangtw opened this issue Jul 21, 2021 · 0 comments · Fixed by #413
Closed

CI cannot set up environment correctly #411

htwangtw opened this issue Jul 21, 2021 · 0 comments · Fixed by #413
Labels
Bug Something isn't working

Comments

@htwangtw
Copy link
Contributor

Some tests are failing in #410 due to unable to install make and some basic packages such as curl tree.
Judging from #407, there might be some update on the Cirrus CI or Kubernetes in the past few weeks causing this issue. I cannot find the linux distro used to further debug this issue. It would be great to get some help from who knows this CI tool more.

Expected Behavior

CI should at least set up the environment correctly.

Actual Behavior

apt-get install -y make curl tree tar
Reading package lists...
Building dependency tree...
Reading state information...
Package make is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'make' has no installation candidate
E: Unable to locate package curl
E: Unable to locate package tree
Exit status: 100

Steps to Reproduce the Problem

N/A

Specifications

N/A

Possible solution

Use apt-get install build-essential rather than apt-get install make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
1 participant