Skip to content

Commit 67bff6c

Browse files
committed
Fix the build
1 parent 01cf2d0 commit 67bff6c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.git-fixfiles

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
2-
git update-index --assume-unchanged cpp/prebuilt/**/*.so
32
git update-index --assume-unchanged cpp/iedriver/Generated/atoms.h
43
exit 0

Rakefile

-8
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
152152
task :grid => [ "//java/server/src/org/openqa/grid/selenium" ]
153153
task :ie => [ "//java/client/src/org/openqa/selenium/ie" ]
154154
task :firefox => [
155-
"//cpp:noblur",
156-
"//cpp:noblur64",
157-
"//cpp:imehandler",
158-
"//cpp:imehandler64",
159155
"//java/client/src/org/openqa/selenium/firefox"
160156
]
161157
task :'debug-server' => "//java/client/test/org/openqa/selenium/environment:webserver:run"
@@ -556,17 +552,13 @@ namespace :node do
556552

557553
task :deploy => [
558554
"node:atoms",
559-
"//cpp:noblur",
560-
"//cpp:noblur64",
561555
"//javascript/firefox-driver:webdriver",
562556
] do
563557
cmd = "node javascript/node/deploy.js" <<
564558
" --output=build/javascript/node/selenium-webdriver" <<
565559
" --resource=LICENSE:/LICENSE" <<
566560
" --resource=NOTICE:/NOTICE" <<
567561
" --resource=javascript/firefox-driver/webdriver.json:firefox/webdriver.json" <<
568-
" --resource=build/cpp/amd64/libnoblur64.so:firefox/amd64/libnoblur64.so" <<
569-
" --resource=build/cpp/i386/libnoblur.so:firefox/i386/libnoblur.so" <<
570562
" --resource=build/javascript/firefox-driver/webdriver.xpi:firefox/webdriver.xpi" <<
571563
" --resource=common/src/web/:test/data/" <<
572564
" --exclude_resource=common/src/web/Bin" <<

0 commit comments

Comments
 (0)