diff --git a/Rakefile b/Rakefile index 4bd059fe28..9bc0d2399e 100644 --- a/Rakefile +++ b/Rakefile @@ -94,6 +94,8 @@ Rake::Task["package"].clear # Disables the osc:build if ENV["SKIP_OSC_BUILD"] == "1" Rake::Task["osc:build"].clear + # ensure the package sources are still built + task :"osc:build" => :package end # TODO: redefine :tarball instead of :package