Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down