Skip to content

Commit

Permalink
tests: packager pass1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 3, 2025
1 parent baa708a commit d446284
Show file tree
Hide file tree
Showing 10 changed files with 520 additions and 271 deletions.
5 changes: 3 additions & 2 deletions lib/tebako/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
require_relative "deploy_helper"
require_relative "ruby_builder"
require_relative "stripper"
require_relative "packager/pass1"
require_relative "packager/pass1_patch"
require_relative "packager/pass1a_patch"
require_relative "packager/pass2"
require_relative "packager/patch_helpers"
Expand Down Expand Up @@ -119,7 +119,8 @@ def pass1(ostype, ruby_source_dir, mount_point, src_dir, ruby_ver)
puts "-- Running pass1 script"

PatchHelpers.recreate(src_dir)
do_patch(Pass1.get_patch_map(ostype, mount_point, ruby_ver), ruby_source_dir)
patch = crt_pass1_patch(ostype, mount_point, ruby_ver)
do_patch(patch.patch_map, ruby_source_dir)

# Roll back pass1a, pass2 patches
# Just in case we are recovering after some error
Expand Down
263 changes: 0 additions & 263 deletions lib/tebako/packager/pass1.rb

This file was deleted.

Loading

0 comments on commit d446284

Please sign in to comment.