Skip to content

Commit

Permalink
save the actions/cache always, clear some old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Feb 27, 2024
1 parent 8d289f4 commit f212b82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#common --remote_download_minimal

# Avoid using c:\windows\system32\bash.exe
common:windows --shell_executable="c:\\program files\\git\\usr\\bin\\bash.exe"

common --noexperimental_merged_skyframe_analysis_execution

test --flaky_test_attempts=10

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
common --nolegacy_external_runfiles
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/otel_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/cache/save@v4
with:
path: c:/c
save-always: true
enableCrossOsArchive: true
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'MODULE.bazel', 'MODULE.bazel.lock') }}
- name: release otel_sdk.zip
Expand Down

0 comments on commit f212b82

Please sign in to comment.