Skip to content

Commit 993f9d6

Browse files
Remove OS version from build_deps (#268)
We have a fleet which has multiple OS versions, and we don't actually require that the OS == 14.1, so this check is really only causing false-positive errors to appear in the console logs
1 parent ec23c0b commit 993f9d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorg/jenkins/clang_build_dependencies.dep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
os_version == 14.1 # All nodes should be on 14.1
21
brew cmake >= 3.17.2 # All nodes have 3.17.2
32
brew ninja >= 1.8.2 # Stage2 verbose output
43
pip psutil >= 5.4.5 # Required for timeouts in the GTest Suite.

0 commit comments

Comments
 (0)