We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22997ab commit a7a05aeCopy full SHA for a7a05ae
.github/scripts/setup_environment.sh
@@ -104,7 +104,7 @@ function setup_ubuntu_install_dependencies() {
104
pip install pyelftools ninja
105
106
# Ice driver dependencies
107
- if [ "${SETUP_BUILD_AND_INSTALL_ICE_DRIVER}" == "1" ] || [ "${CICD_BUILD}" == "1" ]; then
+ if [ "${SETUP_BUILD_AND_INSTALL_ICE_DRIVER}" == "1" ]; then
108
echo "Installing Ice driver dependencies"
109
110
if sudo apt-get install -y "linux-headers-$(uname -r)"; then
@@ -124,7 +124,7 @@ function setup_ubuntu_install_dependencies() {
124
log_warning "Installed linux-headers-generic."
125
fi
126
else
127
- log_warning "Installation aborted by user.."
+ log_warning "ICE cannot be installed in CI, quitting..."
128
exit 0
129
130
0 commit comments