Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump OpenDAL to v0.40.0 #1885

Merged
merged 18 commits into from
Sep 25, 2023
Merged

chore: Bump OpenDAL to v0.40.0 #1885

merged 18 commits into from
Sep 25, 2023

Conversation

Xuanwo
Copy link
Collaborator

@Xuanwo Xuanwo commented Sep 21, 2023

No description provided.

Signed-off-by: Xuanwo <github@xuanwo.io>
@sylvestre
Copy link
Collaborator

any new cool feature we could use in sccache ? :)

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03% 🎉

Comparison is base (bc58e4b) 29.84% compared to head (8ae3427) 29.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1885      +/-   ##
==========================================
+ Coverage   29.84%   29.87%   +0.03%     
==========================================
  Files          49       49              
  Lines       17556    17538      -18     
  Branches     8445     8439       -6     
==========================================
  Hits         5239     5239              
+ Misses       7235     7213      -22     
- Partials     5082     5086       +4     

see 15 files with indirect coverage changes

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

@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Sep 22, 2023

any new cool feature we could use in sccache ? :)

New services added, internal refactor completed, and buffered writer support implemented.

I'm interested in integrating vercel's cache support for sccache to enable users to utilize sccache in vercel's CI.

Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Sep 22, 2023

CI failed for:

W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11

@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Sep 22, 2023

The webdav test failed, and I'm investigating the issue.

Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Sep 22, 2023

CI failed for:

W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list.d/ports.list:11

Seems azure made some changes to the mirror, I have reverted all changes to that and will fix it in another PR.

Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Sep 25, 2023

Hi, @sylvestre, would you like to take a look? Thanks.

I plan to address the CI issue in another PR.

@sylvestre sylvestre merged commit 8f59a57 into mozilla:main Sep 25, 2023
38 of 39 checks passed
@Xuanwo Xuanwo deleted the bump-opendal branch September 25, 2023 09:36
nebnes pushed a commit to nebnes/sccache that referenced this pull request Sep 26, 2023
nebnes pushed a commit to nebnes/sccache that referenced this pull request Sep 26, 2023
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.

3 participants