Skip to content

Commit c87477f

Browse files
committed
chore: add hermiticity CI check and finalize hermetic builds
1 parent a667191 commit c87477f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
echo "📊 Analyzing build hermiticity..."
6666
python3 tools/hermetic_test/analyze_exec_log.py /tmp/exec.json
6767
68+
- name: Run Comprehensive Hermetic Test Suite
69+
run: |
70+
echo "🧪 Running comprehensive hermetic test suite..."
71+
chmod +x .hermetic_test.sh
72+
./.hermetic_test.sh
73+
6874
- name: Upload Execution Log (on failure)
6975
if: failure()
7076
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)