Skip to content

Commit

Permalink
Merge pull request #343 from DataDog/paulcacheux/fix-ci-vagrant
Browse files Browse the repository at this point in the history
bump virtualbox and vagrant and remove patch
  • Loading branch information
paulcacheux authored Nov 12, 2024
2 parents 13f902f + 366294e commit 5d5b4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
26 changes: 0 additions & 26 deletions .github/vagrant.patch

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ jobs:
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor --yes -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt-get update && sudo apt-get install gcc-12 virtualbox-7.0 vagrant
- name: Patch vagrant
run: |
sudo patch -p1 -d /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/ < .github/vagrant.patch
sudo apt-get update && sudo apt-get install gcc-12 virtualbox-7.1 vagrant
- name: Download the nikos artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5d5b4db

Please sign in to comment.