Skip to content

Commit

Permalink
ci: build x86_64-pc-windows-gnu without containerisation
Browse files Browse the repository at this point in the history
As of 2016-09-21 Travis started serving Ubuntu precise containers when
trusty was requested. This caused the x86_64-pc-windows-gnu build to
break, but we only noticed when building on custom Travis branches
because the geckodriver master branch used a cached Rust installation.

This change reverts the 64-bit Windows builds to run outside of the
container infrastructure, in which we can guarantee we are served Ubuntu
trusty with a sufficiently modern gcc to cross-compile.
  • Loading branch information
andreastt committed Oct 3, 2016
1 parent 3b80417 commit c7b88ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ matrix:
- NAME=win64
- EXT=zip
dist: trusty
sudo: required
addons:
apt:
packages:
Expand Down

0 comments on commit c7b88ab

Please sign in to comment.