mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Merge branch 'main' of https://github.com/actions/virtual-environments into al-cheb/ubuntu20_clang10
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
## Desc: Installs Clang compiler
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPTS/document.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
function InstallClang {
|
||||
local version=$1
|
||||
|
||||
@@ -27,10 +23,6 @@ function InstallClang {
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
# Document what was added to the image
|
||||
echo "Documenting clang-$version..."
|
||||
DocumentInstalledItem "Clang $version ($(clang-$version --version | head -n 1 | cut -d '-' -f 1 | awk '{print $NF}'))"
|
||||
}
|
||||
|
||||
function SetDefaultClang {
|
||||
|
||||
Reference in New Issue
Block a user