Skip to content
Snippets Groups Projects
Verified Commit 78708705 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 41458: Ship geckodriver only on Linux.

Geckodriver is now a host tool for Firefox.
parent fad83635
No related branches found
No related tags found
1 merge request!1212Bug 41448: Desktop toolchain update
......@@ -178,6 +178,7 @@ echo "Starting ./mach build $(date)"
[% INCLUDE 'start-firefox' -%]
RBM_TB_EOF
chmod 755 "$distdir/Browser/[% c('var/exe_name') %]"
cp -L obj-*/dist/host/bin/geckodriver $distdir
[% END -%]
[% IF c("var/windows") -%]
......@@ -194,8 +195,6 @@ RBM_TB_EOF
popd
[% END -%]
cp -L obj-*/dist/host/bin/geckodriver* $distdir
[% IF c("var/updater_enabled") -%]
# Make MAR-based update tools available for use during the bundle phase.
# Note that mar and mbsdiff are standalone tools, compiled for the build
......@@ -338,13 +337,8 @@ echo "Starting to package artifacts $(date)"
[% END -%]
# Geckodriver
llvm-strip geckodriver*
[% IF c("var/windows") -%]
[% c('zip', {
zip_src => [ 'geckodriver.exe' ],
zip_args => out_dir _ '/geckodriver.zip',
}) %]
[% ELSE -%]
[% IF c("var/linux") -%]
llvm-strip geckodriver
[% c('tar', {
tar_src => [ 'geckodriver' ],
tar_args => '-cJf ' _ out_dir _ '/geckodriver.tar.xz',
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment