Skip to content

Commit

Permalink
Merge pull request #1940 from webern/update
Browse files Browse the repository at this point in the history
update rust dependencies
  • Loading branch information
webern authored Feb 3, 2022
2 parents 9737cda + ae4c534 commit 67e5abf
Show file tree
Hide file tree
Showing 187 changed files with 2,522 additions and 2,195 deletions.
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ PUBLISH_WAVE_POLICY_PATH = "${BUILDSYS_ROOT_DIR}/sources/updater/waves/default-w
PUBLISH_INFRA_CONFIG_PATH = "${BUILDSYS_ROOT_DIR}/Infra.toml"
# Default repo to read from PUBLISH_INFRA_CONFIG_PATH
PUBLISH_REPO = "default"
# The version of tuftool (without the 'v') that we will install and use for
# publishing-related steps
PUBLISH_TUFTOOL_VERSION="0.7.1"

# The size in GiB of the data volume in the block device mapping of registered
# AMIs. (You can also specify PUBLISH_ROOT_VOLUME_SIZE to override the root
Expand Down Expand Up @@ -704,6 +707,7 @@ cargo install \
--jobs ${BUILDSYS_JOBS} \
--root tools \
--quiet \
--version ${PUBLISH_TUFTOOL_VERSION} \
tuftool
'''
]
Expand Down
Loading

0 comments on commit 67e5abf

Please sign in to comment.