gblack@burrito ~/m5/repos/gem5/src $ ls -lah ../tests/test-progs/hello/bin/x86/linux/ total 1.3M drwxr-xr-x 2 gblack users 4.0K May 27 19:01 . drwxr-xr-x 3 gblack users 4.0K Apr 7 22:31 .. -rwxr-xr-x 1 gblack users 644K Apr 7 22:31 hello -rwxr-xr-x 1 gblack users 595K May 27 19:01 hello32
Neither the existing one or this one is stripped, and shouldn't be since that would make debugging really annoying. I think I may just have to comment out the hook on the server, but I was hoping not to have to do that. Gabe On 05/27/12 19:42, Steve Reinhardt wrote: > 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 _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
