Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Remove LLVM package
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Dec 4, 2021
1 parent c544732 commit 48586d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<~SHELL
pkg bootstrap
pkg update
pkg install -y curl bash git gmake llvm
pkg install -y curl bash git gmake
# Enable Vagrant's Synced Folders feature (sometimes flaky for FreeBSD guests)
#pkg install -y virtualbox-ose-additions-nox11
#sysrc vboxguest_enable="YES"
Expand Down

0 comments on commit 48586d5

Please sign in to comment.