updates workflow run w/ pip fixes (#11944)

* Add unbuilt updated pip packages to updates-2025-05-24-15-08

* Add unbuilt updated ruby gem packages to updates-2025-05-24-15-08

* Modify pip buildsystem & add more debugging.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to updates-2025-05-24-15-08

* Add built packages for linux/amd64 to updates-2025-05-24-15-08

* Add built packages for linux/arm/v7 to updates-2025-05-24-15-08

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
github-actions[bot]
2025-05-24 16:36:17 -05:00
committed by GitHub
parent 9e26635913
commit a5e198e69f
35 changed files with 1303 additions and 264 deletions

View File

@@ -35,8 +35,10 @@ class ConvenienceFunctions
crewlog 'Saving device.json...'
begin
File.write File.join(CREW_CONFIG_PATH, 'device.json.tmp'), JSON.pretty_generate(JSON.parse(json_object.to_json))
rescue StandardError
puts 'Error writing updated packages json file!'.lightred
# rubocop:disable Lint/UselessAssignment
rescue StandardError => e
# rubocop:enable Lint/UselessAssignment
puts "Error writing updated packages json file!\n{e.message}".lightred
abort
end