Skip to content

Commit e9d9406

Browse files
[infra] Stop blocking nightly builds on source check (#67)
Allow builds to proceed when container-side Git checks cannot inspect the read-only checkout reliably.
1 parent 15847e9 commit e9d9406

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ jobs:
180180
UBUNTU_VERSION=${{ matrix.ubuntu }} \
181181
BASE_IMAGE="${{ matrix.base_image }}" \
182182
UBUNTU_PORTS_MIRROR="${{ matrix.ports_mirror }}" \
183-
CUVSLAM_REQUIRE_CLEAN_SOURCE=1 \
184183
EXTRA_CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=${{ matrix.archs }} ${{ matrix.cmake_options }}" \
185184
./scripts/build_cuvslam_in_docker.sh Release ./output
186185

0 commit comments

Comments
 (0)