Did you strip it? That seems really large for hello world. I don't know how to override the checkin limit... maybe it's just a matter of commenting out whatever hook is enforcing this.
I also recently noticed that mercurial 2.0 now ships with the largefiles extension (http://mercurial.selenic.com/wiki/LargefilesExtension). We may want to consider using this if we commit more regression binaries. (Though in practice these binaries tend not to change, so for this particular application maybe it's not that useful.) Steve On Sun, May 27, 2012 at 7:19 PM, Gabe Black <[email protected]> wrote: > Hey folks. I just tried to push my change which adds a 32 bit hello > world binary, and I got the message below. > > tests/test-progs/hello/bin/x86/linux/hello32 of 1f2568933bc5 is too > large: 608935 > 300000 > > I know the reason we have this check and I think it's appropriate that > we do, but how do I get around it to check in this binary? There's the > blunt object approach of messing around with the repo on the server, but > I'd rather do it the nice way if we have one. It's actually a little > smaller than the 64 bit version of hello world, so precedence suggests > that it's ok to check this in. > > Gabe > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
