Skip to content

Commit 38c3624

Browse files
committed
disable enable ICE CI parameter
1 parent 002386b commit 38c3624

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/scripts/setup_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ function setup_ubuntu_install_dependencies() {
124124
log_warning "Installed linux-headers-generic."
125125
fi
126126
else
127-
log_warning "ICE cannot be installed in CI, quitting..."
128-
exit 0
127+
log_warning "ICE cannot be installed in when CICD_BUILD is set, quitting..."
128+
exit 1
129129
fi
130130
fi
131131
fi

.github/workflows/base_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
env:
1818
CICD_BUILD: 1
1919
SETUP_BUILD_AND_INSTALL_ICE_DRIVER: 0
20+
CICD_BUILD_BUILD_ICE_DRIVER: 1
2021
jobs:
2122
changes:
2223
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)