[test] avoid XML bitstream output when can go beyond github runners' disk space

This commit is contained in:
tangxifan 2022-05-25 18:45:26 +08:00
parent a7e87b9432
commit 4b9431b132
1 changed files with 2 additions and 1 deletions

View File

@ -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