Skip to content

Commit

Permalink
feat: bunp ci to 3.00.1 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored May 20, 2024
1 parent b73fbe6 commit b868faf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
15 changes: 7 additions & 8 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ dotenvy
dotglob
drep
dreps
dtscalac
earthfile
Easterling
Edgedriver
emurgo
encryptor
Expand Down Expand Up @@ -88,6 +90,8 @@ libflutter
lintfix
localizable
loguru
lovelace
lovelaces
mdlint
metadatum
metadatums
Expand Down Expand Up @@ -115,6 +119,7 @@ pbxproj
Pdart
permissionless
pg_isready
pinenacl
plpgsql
podfile
podhelper
Expand All @@ -133,6 +138,7 @@ Replayability
repr
reqwest
rfwtxt
rgloader
ripgrep
RPATH
rustc
Expand Down Expand Up @@ -176,6 +182,7 @@ Utxos
vite
vitss
vkey
vkeys
vkeywitness
voteplan
voteplans
Expand All @@ -191,11 +198,3 @@ xctest
xctestrun
xcworkspace
yoroi
multiplatform
Multiplatform
Easterling
lovelace
lovelaces
pinenacl
dtscalac
vkeys
4 changes: 2 additions & 2 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion catalyst-gateway/event-db/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions catalyst-gateway/tests/api_tests/Earthfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 12 additions & 0 deletions utilities/local-cluster/.vagrant/rgloader/loader.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b868faf

Please sign in to comment.