Add notes
parent
4c6b488344
commit
91e0bb1170
|
@ -50,7 +50,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# LLVM (clang) 9 is not in Bionic's repositories so we add the official LLVM repository.
|
# LLVM (clang) 9 is not in Bionic's repositories so we add the official LLVM repository.
|
||||||
if [ "${{ matrix.compiler }}" = "clang" ] && [ "${{ matrix.version }}" = "9" ]; then
|
if [ "${{ matrix.compiler }}" = "clang" ] && [ "${{ matrix.version }}" = "9" ]; then
|
||||||
# pool.sks-keyservers.net is the SKS GPG global keyserver pool
|
# (ipv4|ha).pool.sks-keyservers.net is the SKS GPG global keyserver pool
|
||||||
|
# ipv4 avoids potential timeouts because of crappy IPv6 infrastructure
|
||||||
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
|
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
|
||||||
# This key is not in the keystore by default for Ubuntu so we need to add it.
|
# This key is not in the keystore by default for Ubuntu so we need to add it.
|
||||||
LLVM_KEY=15CF4D18AF4F7421
|
LLVM_KEY=15CF4D18AF4F7421
|
||||||
|
|
|
@ -62,7 +62,8 @@ jobs:
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.compiler }}" = "clang" ] && [ "${{ matrix.version }}" = "9" ]; then
|
if [ "${{ matrix.compiler }}" = "clang" ] && [ "${{ matrix.version }}" = "9" ]; then
|
||||||
# pool.sks-keyservers.net is the SKS GPG global keyserver pool
|
# (ipv4|ha).pool.sks-keyservers.net is the SKS GPG global keyserver pool
|
||||||
|
# ipv4 avoids potential timeouts because of crappy IPv6 infrastructure
|
||||||
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
|
# 15CF4D18AF4F7421 is the GPG key for the LLVM apt repository
|
||||||
# This key is not in the keystore by default for Ubuntu so we need to add it.
|
# This key is not in the keystore by default for Ubuntu so we need to add it.
|
||||||
LLVM_KEY=15CF4D18AF4F7421
|
LLVM_KEY=15CF4D18AF4F7421
|
||||||
|
|
Loading…
Reference in New Issue