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

dev: Update vagrant configuration #2413

Closed
wants to merge 2 commits into from
Closed

Commits on May 3, 2024

  1. vagrant: Add env for memory and cpus

    This is to support a bigger vagrant instance locally
    
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed May 3, 2024
    Configuration menu
    Copy the full SHA
    41b73dc View commit details
    Browse the repository at this point in the history
  2. vagrant: Update go installation step

    This is to avoid the below issue, small refactor is also done.
    
    ```
    vagrant@ubuntu-jammy:~/go/src/github.com/cilium/tetragon$ make test
    make -C "contrib/tester-progs"
    make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/tetragon/contrib/tester-progs'
    go build -o lseek-pipe ./go/lseek-pipe
    go: errors parsing go.mod:
    /home/vagrant/go/src/github.com/cilium/tetragon/go.mod:4: invalid go version '1.22.0': must match format 1.23
    make[1]: *** [Makefile:87: lseek-pipe] Error 1
    make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/tetragon/contrib/tester-progs'
    make: *** [Makefile:416: tester-progs] Error 2
    ```
    
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d9cc857 View commit details
    Browse the repository at this point in the history