Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 0c95c9d

Browse files
committed
Download the buildlet stage0 also. And the tdm that works.
1 parent 25261af commit 0c95c9d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ and then on Windows do something like this:
77

88
The latest windows executable is:
99

10-
https://storage.googleapis.com/winstrap/winstrap-20140711.exe
10+
https://storage.googleapis.com/winstrap/winstrap-2015-01-03-43d7fa3.exe

winstrap.go

+9-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ import (
1919
)
2020

2121
var files = map[string]string{
22-
"tdm64-gcc-4.8.1-3.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm64-gcc-4.8.1-3.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1407729829&use_mirror=ufpr",
23-
wixFilename: "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=204417&FileTime=129409234222130000&Build=20919",
24-
"Git.exe": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe",
22+
// The "tdm64" one (despite the name) doesn't run on 64-bit Windows.
23+
// But the tdm-gcc one does, and installs both 32- and 64-bit versions.
24+
// No clue what tdm64 means.
25+
// "tdm64-gcc-4.8.1-3.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm64-gcc-4.8.1-3.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1407729829&use_mirror=ufpr",
26+
"tdm-gcc-4.9.2.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm-gcc-4.9.2.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1420336642&use_mirror=hivelocity",
27+
28+
wixFilename: "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=204417&FileTime=129409234222130000&Build=20919",
29+
"Git.exe": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe",
30+
"Start Buildlet.exe": "https://storage.googleapis.com/go-builder-data/buildlet-stage0.windows-amd64",
2531
}
2632

2733
const wixFilename = "Wix35.msi"

0 commit comments

Comments
 (0)