Skip to content

Commit

Permalink
feat: remove gearman / mysql binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellardia committed Jan 22, 2024
1 parent 793f5c3 commit 79a77af
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 74 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed base/files/mysql/libevent-core-2.1-6_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/libevent-core-2.1-6_arm64.deb
Binary file not shown.
Binary file removed base/files/mysql/libssl1.1_1.1.1f_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/libssl1.1_1.1.1f_arm64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-client-5.7.42_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-client-5.7.42_arm64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-client-core-5.7.42_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-client-core-5.7.42_arm64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-server-5.7.42_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-server-5.7.42_arm64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-server-core-5.7.42_amd64.deb
Binary file not shown.
Binary file removed base/files/mysql/mysql-server-core-5.7.42_arm64.deb
Binary file not shown.
5 changes: 3 additions & 2 deletions base/recipes/gearman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
retries 5
end

cookbook_files = "#{Chef::Config[:file_cache_path]}/cookbooks/#{cookbook_name}/files/gearman"
arch = case node["kernel"]["machine"]
when "aarch64", "arm64" then "arm64"
else "amd64"
end
boost_deb = "libboost-program-options1.71.0_1.71.0-6ubuntu6_#{arch}.deb"

execute "dpkg -i #{cookbook_files}/libboost-program-options1.71.0_1.71.0-6ubuntu6_#{arch}.deb;" do
execute "curl -sLO https://miscfile-staging.s3.amazonaws.com/chef/base/gearman/#{boost_deb} && dpkg -i #{boost_deb};" do
cwd "/tmp"
only_if { node["lsb"]["release"].to_i >= 22 }
end

Expand Down
72 changes: 0 additions & 72 deletions base/recipes/mysql.rb

This file was deleted.

0 comments on commit 79a77af

Please sign in to comment.