Skip to content

Commit

Permalink
build: Update common-jvm dep to update rules_oci dep (#1819)
Browse files Browse the repository at this point in the history
Closes #1810
Closes #1811 
Closes #1812
  • Loading branch information
SanjayVas authored Sep 26, 2024
1 parent f9a5852 commit c374d76
Show file tree
Hide file tree
Showing 5 changed files with 610 additions and 129,078 deletions.
37 changes: 0 additions & 37 deletions .github/actions/mount-scratch-disk/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,9 @@ jobs:
- name: Get Bazel cache params
id: get-cache-params
run: |
cache_path="$(bazel info output_base)"
echo "cache-path=${cache_path}" >> $GITHUB_OUTPUT
repo_cache_path="$(bazel info repository_cache)"
echo "repo-cache-path=${repo_cache_path}" >> $GITHUB_OUTPUT
# Hack to work around disk space consumed by bazel-contrib/rules_oci#439.
# The alternative is to use a runner with more disk space.
- name: Mount scratch disk
uses: ./.github/actions/mount-scratch-disk
with:
mount-path: ${{ steps.get-cache-params.outputs.cache-path }}

- name: Restore repository cache
uses: actions/cache/restore@v4
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ jobs:
repo_cache_path="$(bazelisk info repository_cache)"
echo "repo-cache-path=${repo_cache_path}" >> $GITHUB_OUTPUT
cache_path="$(bazelisk info output_base)"
echo "cache-path=${cache_path}" >> $GITHUB_OUTPUT
# Hack to work around disk space consumed by bazel-contrib/rules_oci#439.
# The alternative is to use a runner with more disk space.
- name: Mount scratch disk
uses: ./.github/actions/mount-scratch-disk
with:
mount-path: ${{ steps.get-cache-params.outputs.cache-path }}

- name: Restore repository cache
uses: actions/cache/restore@v4
with:
Expand Down
16 changes: 10 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.92.0",
version = "0.93.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down Expand Up @@ -142,19 +142,23 @@ bazel_dep(
)
bazel_dep(
name = "aspect_rules_ts",
version = "1.4.0",
version = "3.1.0",
)
bazel_dep(
name = "aspect_rules_js",
version = "1.35.0",
version = "2.0.0",
)
bazel_dep(
name = "aspect_rules_webpack",
version = "0.13.0",
version = "0.16.0",
)
bazel_dep(
name = "aspect_rules_jest",
version = "0.19.6",
version = "0.22.0",
)
bazel_dep(
name = "aspect_bazel_lib",
version = "2.7.7",
)
bazel_dep(
name = "abseil-cpp",
Expand Down Expand Up @@ -334,4 +338,4 @@ http_archive(
single_version_override(
module_name = "boringssl",
version = BORINGSSL_VERSION,
)
)
Loading

0 comments on commit c374d76

Please sign in to comment.