Skip to content

Commit 3343a55

Browse files
committed
Update Rakefile to (not) load proper CrazyFun build files
1 parent 87756dd commit 3343a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ CrazyFun::Mappings::RakeMappings.new.add_all(crazy_fun)
8484
# Finally, find every file named "build.desc" in the project, and generate
8585
# rake tasks from them. These tasks are normal rake tasks, and can be invoked
8686
# from rake.
87-
crazy_fun.create_tasks(Dir['common/**/build.desc'])
88-
crazy_fun.create_tasks(Dir['rb/**/build.desc'])
87+
# FIXME: the rules for the targets were removed and build files won't load
88+
# crazy_fun.create_tasks(Dir['**/build.desc'])
8989

9090
#  If it looks like a bazel target, build it with bazel
9191
rule /\/\/.*/ do |task|

0 commit comments

Comments
 (0)