Skip to content

Commit ddf8a32

Browse files
vmagrometa-codesync[bot]
authored andcommitted
[antlir2][rpm] ignore failing info scriptlet
Summary: Allow `info` to fail scripts silently since a file script is failing during upgrades in centos10 Test Plan: testhard Reviewed By: sergeyfd Differential Revision: D94383489 fbshipit-source-id: a283408ab3d8cda738e0283388de50f77d3bf4a2
1 parent 4ea8291 commit ddf8a32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

antlir/antlir2/features/rpm/driver.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
# Use TODO(Txxxx) so that this entry can be easily tracked in the tasks tool and
6262
# removed when the task is fixed.
6363
_RPMS_THAT_CAN_FAIL_SCRIPTS = {
64-
"antlir2-failing-postscripts": "TODO(T166162108)",
6564
"antlir2-fail-on-file-trigger": "TODO(T166162108)",
66-
"git-lfs": "TODO(T170621965)",
67-
"nsight-compute-2019.4.0": "TODO(T166170831)",
65+
"antlir2-failing-postscripts": "TODO(T166162108)",
6866
"coreutils-common": "TODO(T182347179)",
69-
"mono-core": "TODO(T206575712)",
70-
"digilent.waveforms": "TODO(T248331993)",
7167
"digilent.adept.runtime": "TODO(T248331993)",
72-
"info": "TODO(Txxxx)",
68+
"digilent.waveforms": "TODO(T248331993)",
69+
"git-lfs": "TODO(T170621965)",
70+
"info": "TODO(T257201508)",
71+
"mono-core": "TODO(T206575712)",
72+
"nsight-compute-2019.4.0": "TODO(T166170831)",
7373
}
7474

7575

0 commit comments

Comments
 (0)