Changeset a91b828 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2019-01-10T20:37:54Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6480827
Parents:
0a520db (diff), 272a293 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-10 20:37:54)
git-committer:
GitHub <noreply@…> (2019-01-10 20:37:54)
Message:

Merge PR #150 from vhotspur/defaults

This is change is mostly motivated by better coverage in CI:

  • Smaller image means we can pack more ported software to the image for testing (currently, this means only mips32 on MSIM).
  • Inclusion of PCUT tests means that we can run them regularly too (patch to CI for that is almost ready).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r0a520db ra91b828  
    103103
    104104%.gz: %
    105         gzip -n -k -f $<
     105        gzip -n -k -9 -f $<
    106106
    107107$(COMPS).tar: $(COMPONENTS)
Note: See TracChangeset for help on using the changeset viewer.