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 002386b commit 38c3624Copy full SHA for 38c3624
.github/scripts/setup_environment.sh
@@ -124,8 +124,8 @@ function setup_ubuntu_install_dependencies() {
124
log_warning "Installed linux-headers-generic."
125
fi
126
else
127
- log_warning "ICE cannot be installed in CI, quitting..."
128
- exit 0
+ log_warning "ICE cannot be installed in when CICD_BUILD is set, quitting..."
+ exit 1
129
130
131
.github/workflows/base_build.yml
@@ -17,6 +17,7 @@ permissions:
17
env:
18
CICD_BUILD: 1
19
SETUP_BUILD_AND_INSTALL_ICE_DRIVER: 0
20
+ CICD_BUILD_BUILD_ICE_DRIVER: 1
21
jobs:
22
changes:
23
runs-on: ubuntu-latest
0 commit comments