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

vagrant: Fix build in dev. VM #11388

Merged
merged 1 commit into from May 7, 2020
Merged

vagrant: Fix build in dev. VM #11388

merged 1 commit into from May 7, 2020

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented May 7, 2020

The build script run inside the dev. VM was inadvertently broken when moved from common/ to pkg/common/. This pull request fixes that and moves that script to contrib/vagrant/; since only the dev. VM uses that script it makes more sense to have it with other dev. scripts.

Fixes: #11331
/cc @rolinh @soumynathan

The build script run inside the dev. VM was inadvertently broken when
moved from common/ to pkg/common/. This commit fixes that and moves that
script to contrib/vagrant/; since only the dev. VM uses that script it
makes more sense to have it with other dev. scripts.

Fixes: 3c784c7 ("Move all 'common' code to 'pkg'")
Signed-off-by: Paul Chaignon <paul@cilium.io>
@maintainer-s-little-helper

This comment has been minimized.

@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 7, 2020
@pchaigno pchaigno added the release-note/misc This PR makes changes that have no direct user impact. label May 7, 2020
Copy link
Member

@rolinh rolinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that fixed the VM provisioning issue I had (tested with a 3 nodes cluster).

@pchaigno pchaigno marked this pull request as ready for review May 7, 2020 08:35
@pchaigno pchaigno requested review from a team as code owners May 7, 2020 08:35
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 42.674% when pulling 62fbeb5 on pr/pchaigno/fix-vagrant-build into a3e29fa on master.

@rolinh rolinh merged commit f187acf into master May 7, 2020
1.8.0 automation moved this from In progress to Merged May 7, 2020
@rolinh rolinh deleted the pr/pchaigno/fix-vagrant-build branch May 7, 2020 08:36
@@ -65,7 +65,7 @@ set -o pipefail

export PATH=/home/vagrant/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
#{$makeclean}
~/go/src/github.com/cilium/cilium/pkg/common/build.sh
~/go/src/github.com/cilium/cilium/contrib/vagrant/build.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯 I didn't even think that script was used. Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants