Closed Bug 1002614 Opened 10 years ago Closed 10 years ago

Update sccache to 2f4c9a98

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla32

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(5 files, 3 obsolete files)

      No description provided.
Attached file sccache.tar.bz2 (obsolete) —
Assuming bug 1002596 passes review with no changes, this is the resulting sccache for tooltool (with bug 1002596 and all the recent landings for sccache). It comes as bz2 as opposed to xz for the past sccache versions because it's going to be used on mac, and mac doesn't have xz.
Assignee: nobody → mh+mozilla
Attachment #8413869 - Flags: checkin?(mshal)
Blocks: sccache-mac
Attachment #8413871 - Flags: review?(rail)
Attachment #8413871 - Flags: checkin?(rail)
Attached patch Update sccache to 2f4c9a98 (obsolete) — Splinter Review
Attachment #8413894 - Flags: review?(mshal)
Attachment #8413871 - Attachment mime type: application/x-shellscript → text/plain
Attachment #8413871 - Flags: review?(rail) → review+
Comment on attachment 8413871 [details]
setup.sh for windows for tooltool

size: 51
sha512: c8e40edb314eeabfb92c77cf5ff9a7857033f15dd65a00349bcf9e3e5b75624afc71f733b2ff7e029c20a78313038409c2bd022bf7e5a7e0c487fc2c2d640986
Attachment #8413871 - Flags: checkin?(rail) → checkin+
Comment on attachment 8413894 [details] [diff] [review]
Update sccache to 2f4c9a98

># HG changeset patch
># User Mike Hommey <mh+mozilla@glandium.org>
># Date 1398711482 -32400
>#      Tue Apr 29 03:58:02 2014 +0900
># Node ID 38f79ac1a7dd2a29ca2278c49e58032e44c7e450
># Parent  8e797a1a4d65b3299c36a2e5c6a4ff16414fdf48
>Bug 1002614 - Update sccache to 2f4c9a98
>
>diff --git a/b2g/config/tooltool-manifests/linux32/releng.manifest b/b2g/config/tooltool-manifests/linux32/releng.manifest
>--- a/b2g/config/tooltool-manifests/linux32/releng.manifest
>+++ b/b2g/config/tooltool-manifests/linux32/releng.manifest
>@@ -1,14 +1,14 @@
> [
> {
> "size": 50,
> "digest": "48f405d8c2712838b9dd3be118951c8b41c63c891576f5287d2e05afa8fd051a08807511259581aa3170a3c4f7d4e77e6c0539b00b8f6845f01562127f6a27fa",
> "algorithm": "sha512",
> "filename": "setup.sh"
> },
> {
>-"size": 160232,
>-"digest": "8656c3fc2daa66839ec81a0edbd9759040a83c7a41c3e472d7f90508b80eefd008b87305dc8549b4ff6098dc33fe17fedc9b4eb76cf5307d5f22dae925c033db",
>+"size": 165617,
>+"digest": "9ddb69eefe66ccf3410b22e2f61bba61d098c8238b9034be2249252df655b1495a62e9a7b04f849f522aac48b1d26b464e9cc4ab4d1890a7e04644970b83631c",
> "algorithm": "sha512",
>-"filename": "sccache.tar.xz"
>+"filename": "sccache.tar.bz2"
> }
> ]

All of these setup.sh files (except for the updated Windows one) still reference the tar.xz file:

$ cat 48f405d8c2712838b9dd3be118951c8b41c63c891576f5287d2e05afa8fd051a08807511259581aa3170a3c4f7d4e77e6c0539b00b8f6845f01562127f6a27fa
#!/bin/sh

rm -rf sccache
tar -Jxf sccache.tar.xz

I guess it would help if I finished bug 988785...

Also a nit: your sccache tarball has a random "dep" file in it:
$ cat dep
/tmp/foo.o: /tmp/foo.c
Attachment #8413894 - Flags: review?(mshal) → review-
(In reply to Michael Shal [:mshal] from comment #5)
> All of these setup.sh files (except for the updated Windows one) still
> reference the tar.xz file:

Grah

> Also a nit: your sccache tarball has a random "dep" file in it:
> $ cat dep
> /tmp/foo.o: /tmp/foo.c

Will update.
Attached file sccache.tar.bz2
Attachment #8413869 - Attachment is obsolete: true
Attachment #8413869 - Flags: checkin?(mshal)
Attachment #8414079 - Flags: review?(mshal)
Comment on attachment 8414079 [details]
sccache.tar.bz2

sha512: ee87db68eb63e417a366333e34a32d9220232bfb9c3e91b9941513acf0551f2603a836537ffef41a240430200970d83fa9271f55b8b5168d6967be595cdb50db
size: 165464
Attachment #8414079 - Flags: review?(mshal)
Attachment #8414079 - Flags: review+
Attachment #8414079 - Flags: checkin+
Attachment #8414128 - Flags: review?(rail)
Attachment #8414128 - Attachment mime type: application/x-shellscript → text/plain
Attached file setup.sh for linux for tooltool (obsolete) —
Attachment #8414134 - Flags: review?(rail)
Attachment #8414134 - Attachment is obsolete: true
Attachment #8414134 - Flags: review?(rail)
Attachment #8414136 - Flags: review?(rail)
Attachment #8414136 - Attachment is patch: false
Attachment #8414141 - Flags: review?(mshal)
Attachment #8413894 - Attachment is obsolete: true
Comment on attachment 8414128 [details]
setup.sh for android for tooltool

stamp
Attachment #8414128 - Flags: review?(rail) → review+
Attachment #8414136 - Flags: review?(rail) → review+
Comment on attachment 8414141 [details] [diff] [review]
Update sccache to 2f4c9a98

stamp
Attachment #8414141 - Flags: review?(mshal) → review+
Attachment #8414128 - Flags: checkin?(rail)
Attachment #8414136 - Flags: checkin?
Attachment #8414136 - Flags: checkin? → checkin?(rail)
Comment on attachment 8414128 [details]
setup.sh for android for tooltool

size: 336
sha512: 3336af2e7106654be09ae10b19f981162584ede0888abe295c45fe6e10f52d460a0a94b8bef0518f1419fcd82939b723123e122897599edce9cc240757424890
Attachment #8414128 - Flags: checkin?(rail) → checkin+
Comment on attachment 8414136 [details]
setup.sh for linux for tooltool

size: 82
sha512: 70a6126249e40aa1da32248bf6bfe45e0d8c87334579ec0cf69403e61b635e27c766d9bf08d530978286552f158ee24c74b0168a57cc6b734dcfed4fc5e09cff
Attachment #8414136 - Flags: checkin?(rail) → checkin+
https://hg.mozilla.org/mozilla-central/rev/78d86c9ceee3
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Blocks: 1008015
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.