From b868fafcbd67ebb69936d9438391abd7bce4b32f Mon Sep 17 00:00:00 2001 From: Stefano Cunego <93382903+kukkok3@users.noreply.github.com> Date: Mon, 20 May 2024 09:13:15 +0200 Subject: [PATCH] feat: bunp ci to 3.00.1 (#502) --- .config/dictionaries/project.dic | 15 +++++++-------- catalyst-gateway/Earthfile | 4 ++-- catalyst-gateway/event-db/Earthfile | 2 +- catalyst-gateway/tests/api_tests/Earthfile | 4 ++-- .../local-cluster/.vagrant/rgloader/loader.rb | 12 ++++++++++++ 5 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 utilities/local-cluster/.vagrant/rgloader/loader.rb diff --git a/.config/dictionaries/project.dic b/.config/dictionaries/project.dic index 7d0d4d2fd8..06e46ff7ea 100644 --- a/.config/dictionaries/project.dic +++ b/.config/dictionaries/project.dic @@ -44,7 +44,9 @@ dotenvy dotglob drep dreps +dtscalac earthfile +Easterling Edgedriver emurgo encryptor @@ -88,6 +90,8 @@ libflutter lintfix localizable loguru +lovelace +lovelaces mdlint metadatum metadatums @@ -115,6 +119,7 @@ pbxproj Pdart permissionless pg_isready +pinenacl plpgsql podfile podhelper @@ -133,6 +138,7 @@ Replayability repr reqwest rfwtxt +rgloader ripgrep RPATH rustc @@ -176,6 +182,7 @@ Utxos vite vitss vkey +vkeys vkeywitness voteplan voteplans @@ -191,11 +198,3 @@ xctest xctestrun xcworkspace yoroi -multiplatform -Multiplatform -Easterling -lovelace -lovelaces -pinenacl -dtscalac -vkeys diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index 84597480cb..4433bdd7d2 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.00.0 AS rust-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.00.0 AS mithril-snapshot-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.00.1 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.00.1 AS mithril-snapshot-ci #cspell: words rustfmt toolsets USERARCH diff --git a/catalyst-gateway/event-db/Earthfile b/catalyst-gateway/event-db/Earthfile index c3b57a36d8..0295a24ca3 100644 --- a/catalyst-gateway/event-db/Earthfile +++ b/catalyst-gateway/event-db/Earthfile @@ -3,7 +3,7 @@ # the database and its associated software. VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.00.0 AS postgresql-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.00.1 AS postgresql-ci # cspell: words diff --git a/catalyst-gateway/tests/api_tests/Earthfile b/catalyst-gateway/tests/api_tests/Earthfile index d25bfe8c1d..774241b5f0 100644 --- a/catalyst-gateway/tests/api_tests/Earthfile +++ b/catalyst-gateway/tests/api_tests/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.00.0 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.00.1 AS python-ci -# builder : +# builder : builder: FROM python-ci+python-base diff --git a/utilities/local-cluster/.vagrant/rgloader/loader.rb b/utilities/local-cluster/.vagrant/rgloader/loader.rb new file mode 100644 index 0000000000..b6c81bf31b --- /dev/null +++ b/utilities/local-cluster/.vagrant/rgloader/loader.rb @@ -0,0 +1,12 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + +# This file loads the proper rgloader/loader.rb file that comes packaged +# with Vagrant so that encoded files can properly run with Vagrant. + +if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] + require File.expand_path( + "rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]) +else + raise "Encoded files can't be read outside of the Vagrant installer." +end