Skip to content

WIP: bump phantomjs version

Debian removed phantomjs 1.9 and old links results in 404 now.

This breaks badly my own tiny gitlab-ce runner:

$ ./scripts/prepare_build.sh
dpkg: error processing archive phantomjs_1.9.0-1+b1_amd64.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 phantomjs_1.9.0-1+b1_amd64.deb
debconf: delaying package configuration, since apt-utils is not installed
....
....
....
662.1) Failure/Error: it { is_expected.to be_allowed_for :admin }
              Cliver::Dependency::NotFound:
                Could not find an executable ["phantomjs"] on your path.
....
....
....
Finished in 5 minutes 51 seconds (files took 30.93 seconds to load)
679 examples, 679 failures
....
....

The PR bumps phantomjs version to the currently available one.

Marked as WIP for now, lets see if it works.

Another way is to modify scripts/prepare_build.sh to add debian's unstable repo for phantomjs installation and then disabling this again. Then we should not be bothered with issues like this anymore.

Let me know if latter approach is acceptable so I can implement it.

Merge request reports