Skip to content

Comments

github storage: force version 2#2385

Merged
sylvestre merged 3 commits intomozilla:mainfrom
sylvestre:gha
Apr 25, 2025
Merged

github storage: force version 2#2385
sylvestre merged 3 commits intomozilla:mainfrom
sylvestre:gha

Conversation

@sylvestre
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.57%. Comparing base (733688f) to head (e73dcdc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2385      +/-   ##
==========================================
- Coverage   65.66%   65.57%   -0.10%     
==========================================
  Files          65       65              
  Lines       35496    35496              
==========================================
- Hits        23310    23275      -35     
- Misses      12186    12221      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@trxcllnt
Copy link
Contributor

Per the OpenDAL source, I think ACTIONS_CACHE_URL in this file needs to be ACTIONS_RESULTS_URL.

@sylvestre
Copy link
Collaborator Author

right, thanks!

with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need to update lines 258, 542, and 602.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was sure i did a full replace :(
Thanks!

#### gha

* `SCCACHE_GHA_CACHE_URL` / `ACTIONS_CACHE_URL` GitHub Actions cache API URL
* `SCCACHE_GHA_CACHE_URL` / `ACTIONS_RESULTS_URL` GitHub Actions cache API URL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `SCCACHE_GHA_CACHE_URL` / `ACTIONS_RESULTS_URL` GitHub Actions cache API URL
* `SCCACHE_GHA_RESULTS_URL` / `ACTIONS_RESULTS_URL` GitHub Actions cache API URL

And in the implementation, please.

IMO, they should be in sync.

#### gha

* `SCCACHE_GHA_CACHE_URL` / `ACTIONS_CACHE_URL` GitHub Actions cache API URL
* `SCCACHE_GHA_CACHE_URL` / `ACTIONS_RESULTS_URL` GitHub Actions cache API URL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about backward compatibility of the variable names? Your changes break it. Is it what you really want?

@sylvestre sylvestre merged commit 9fb942e into mozilla:main Apr 25, 2025
50 of 60 checks passed
tottoto pushed a commit to tottoto/sccache that referenced this pull request Feb 6, 2026
Update the hello-world tutorial readme to reflect changes to package
names and remove reference to deprecated tools.

## Motivation

As someone relatively new to Rust and new to Tonic, I was working
through the hello-world tutorial and found a few issues. I've
successfully built the project with the changes in this PR.

## Solution

- update example Cargo.toml to reflect package name updates
- update example build.rs with correct build tool name
- remove reference to deprecated GUI tool

I've tested this and it runs and builds correctly.

I sort of hate to reference Postman as the recommended GUI but it was
the first one on the list referenced by the now-deprecated Bloom GUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants