Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 22, 2017
1 parent 01cf2d0 commit 67bff6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .git-fixfiles
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
git update-index --assume-unchanged cpp/prebuilt/**/*.so
git update-index --assume-unchanged cpp/iedriver/Generated/atoms.h
exit 0
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
task :grid => [ "//java/server/src/org/openqa/grid/selenium" ]
task :ie => [ "//java/client/src/org/openqa/selenium/ie" ]
task :firefox => [
"//cpp:noblur",
"//cpp:noblur64",
"//cpp:imehandler",
"//cpp:imehandler64",
"//java/client/src/org/openqa/selenium/firefox"
]
task :'debug-server' => "//java/client/test/org/openqa/selenium/environment:webserver:run"
Expand Down Expand Up @@ -556,17 +552,13 @@ namespace :node do

task :deploy => [
"node:atoms",
"//cpp:noblur",
"//cpp:noblur64",
"//javascript/firefox-driver:webdriver",
] do
cmd = "node javascript/node/deploy.js" <<
" --output=build/javascript/node/selenium-webdriver" <<
" --resource=LICENSE:/LICENSE" <<
" --resource=NOTICE:/NOTICE" <<
" --resource=javascript/firefox-driver/webdriver.json:firefox/webdriver.json" <<
" --resource=build/cpp/amd64/libnoblur64.so:firefox/amd64/libnoblur64.so" <<
" --resource=build/cpp/i386/libnoblur.so:firefox/i386/libnoblur.so" <<
" --resource=build/javascript/firefox-driver/webdriver.xpi:firefox/webdriver.xpi" <<
" --resource=common/src/web/:test/data/" <<
" --exclude_resource=common/src/web/Bin" <<
Expand Down

0 comments on commit 67bff6c

Please sign in to comment.