We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87756dd commit 3343a55Copy full SHA for 3343a55
Rakefile
@@ -84,8 +84,8 @@ CrazyFun::Mappings::RakeMappings.new.add_all(crazy_fun)
84
# Finally, find every file named "build.desc" in the project, and generate
85
# rake tasks from them. These tasks are normal rake tasks, and can be invoked
86
# from rake.
87
-crazy_fun.create_tasks(Dir['common/**/build.desc'])
88
-crazy_fun.create_tasks(Dir['rb/**/build.desc'])
+# FIXME: the rules for the targets were removed and build files won't load
+# crazy_fun.create_tasks(Dir['**/build.desc'])
89
90
# If it looks like a bazel target, build it with bazel
91
rule /\/\/.*/ do |task|
0 commit comments