mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Ubuntu] do not check ssl cert for hhvm (#7817)
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
|
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
|
||||||
add-apt-repository https://dl.hhvm.com/ubuntu
|
add-apt-repository https://dl.hhvm.com/ubuntu
|
||||||
|
echo 'Acquire::https::dl.hhvm.com::Verify-Peer "false";' > /etc/apt/apt.conf.d/99hhvm-cert
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -qq install -y hhvm
|
apt-get -qq install -y hhvm
|
||||||
|
rm /etc/apt/apt.conf.d/99hhvm-cert
|
||||||
|
|
||||||
invoke_tests "Tools" "HHVM"
|
invoke_tests "Tools" "HHVM"
|
||||||
|
|||||||
Reference in New Issue
Block a user