[test] avoid XML bitstream output when can go beyond github runners' disk space
This commit is contained in:
parent
a7e87b9432
commit
4b9431b132
|
@ -42,7 +42,8 @@ build_fabric_bitstream --verbose
|
|||
|
||||
# Write fabric-dependent bitstream
|
||||
write_fabric_bitstream --file fabric_bitstream.txt --format plain_text
|
||||
write_fabric_bitstream --file fabric_bitstream.xml --format xml
|
||||
# Skip this because the XML file is too large to fit Github runners
|
||||
#write_fabric_bitstream --file fabric_bitstream.xml --format xml
|
||||
|
||||
# Finish and exit OpenFPGA
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue