651fb660f1c1089b2ad0145ab5aa9b7f12adfb35
26e6cb40
Working commit (26e6cb40) uses:
bash ./patch_ops.sh 2>&1 | tee ... ; echo exit code
Current was:
bash ./patch_ops.sh (strict, any failure kills Docker build)
patch_ops.sh has set -euo pipefail internally, and some patches may
legitimately skip/fail on different base images. The tee+echo pattern
lets the build complete while logging any issues.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%