Skip to content

Commit

Permalink
Use LLVM 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Jan 8, 2021
1 parent 01ad3c7 commit d906f8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packer/build-ubuntu-20-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"type": "shell",
"execute_command": "{{.Vars}} sudo -E -S bash '{{.Path}}'",
"scripts": [
"ubuntu/install-clang-format.sh",
"linux/install-cmake.sh",
"linux/install-geode.sh",
"ubuntu/install-clang-format.sh",
"ubuntu/install-jdk-11.sh"
]
},
Expand All @@ -119,9 +119,7 @@
"type": "shell",
"execute_command": "{{.Vars}} sudo -E -S bash '{{.Path}}'",
"inline": [
"apt-get -y install build-essential libc++-dev libc++abi-dev zlib1g-dev libssl-dev wget doxygen graphviz python python-pip",
"pip install --upgrade pip",
"pip install cpp-coveralls"
"apt-get -y install build-essential libc++-dev libc++abi-dev zlib1g-dev libssl-dev wget doxygen graphviz"
]
},
{
Expand Down

0 comments on commit d906f8d

Please sign in to comment.