Skip to content

Commit

Permalink
Remove Buck from the project
Browse files Browse the repository at this point in the history
Buck served us well, but it's time to make the jump to bazel.
  • Loading branch information
shs96c committed Sep 4, 2019
1 parent 9b41d15 commit 0ee27dd
Show file tree
Hide file tree
Showing 201 changed files with 1 addition and 6,509 deletions.
64 changes: 0 additions & 64 deletions .buckconfig

This file was deleted.

1 change: 0 additions & 1 deletion .buckhash

This file was deleted.

1 change: 0 additions & 1 deletion .buckjavaargs

This file was deleted.

1 change: 0 additions & 1 deletion .buckversion

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ projectFilesBackup/
*.iws
.DS_Store
.svn
.buckd
.buckconfig.local
.nobuckcheck
.credentials.dat
.ijwb
buck-out
mockpiframe.log
mockpiframe.log.lck
junitvmwatcher*.properties
Expand Down
13 changes: 0 additions & 13 deletions BUCK

This file was deleted.

3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rule /\/\/.*/ do |task|
task.out = Bazel::execute("build", [], task.name)
end

# Spoof tasks to get CI working with buck
# Spoof tasks to get CI working with bazel
task '//java/client/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
'//java/client/test/org/openqa/selenium/environment:webserver'
]
Expand Down Expand Up @@ -277,7 +277,6 @@ task :build => [:all, :firefox, :remote, :selenium, :tests]

desc 'Clean build artifacts.'
task :clean do
rm_rf 'buck-out/'
rm_rf 'build/'
rm_rf 'java/client/build/'
rm_rf 'dist/'
Expand Down
90 changes: 0 additions & 90 deletions buckw

This file was deleted.

3 changes: 0 additions & 3 deletions buckw.bat

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/prebuilt/BUCK

This file was deleted.

28 changes: 0 additions & 28 deletions dotnet/BUCK

This file was deleted.

126 changes: 0 additions & 126 deletions dotnet/src/support/BUCK

This file was deleted.

0 comments on commit 0ee27dd

Please sign in to comment.