phase1: download ccache.sh to slavedir
authorThibaut VARÈNE <hacks@slashdirt.org>
Thu, 21 Jun 2018 18:11:53 +0000 (20:11 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:08:49 +0000 (22:08 +0200)
Align behaviour with other script downloads.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index a184f4b1b9823f58f8ab7a07b3b1b64579515969..80955b58bb8e043bdc627b3bbffcb17cf7cf5c3b 100644 (file)
@@ -594,7 +594,7 @@ for target in targets:
        # ccache helper
        factory.addStep(FileDownload(
                mastersrc = "ccache.sh",
-               slavedest = "ccache.sh",
+               slavedest = "../ccache.sh",
                mode = 0755
        ))
 
@@ -602,7 +602,7 @@ for target in targets:
        factory.addStep(ShellCommand(
                 name = "prepccache",
                 description = "Preparing ccache",
-                command = ["./ccache.sh"]
+                command = ["../ccache.sh"]
        ))
 
        # install build key