Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 1, 2024
1 parent aff40d6 commit 5be2541
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build-solaris:
name: Solaris
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -40,24 +40,9 @@ jobs:
- name: Install Ansible Using PIP2
run: pip2 install ansible

# - name: Add Oracle Virtualbox GPG Key
# run: wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg
#
# - name: Add Virtualbox Repository
# run: echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
#
# - name: Update Repos
# run: sudo apt-get update

- name: Install VirtualBox
run: sudo apt-get install virtualbox

- name: Install pr
run: sudo apt install g++-12 gcc-12

- name: Recompile Headers
run: sudo apt install --reinstall linux-headers-$(uname -r) build-essential dkms

- name: Add Hashicorp GPG Key
run: wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg

Expand All @@ -70,12 +55,6 @@ jobs:
- name: Install Vagrant
run: sudo apt-get install vagrant

- name: VBOX Version
run: virtualbox --help

- name: Vagrant Version
run: vagrant --version

- name: Add User To VBOX group
run: sudo usermod -a -G vboxusers $USER

Expand Down

0 comments on commit 5be2541

Please sign in to comment.