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

fix windows depot path expansion #146

Merged
merged 1 commit into from
Sep 23, 2024
Merged

fix windows depot path expansion #146

merged 1 commit into from
Sep 23, 2024

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Sep 23, 2024

Fixes #145
I guess the bug came from #141 but I'm not sure the situation was better before that.

I'll test externally to check.

@IanButterworth
Copy link
Member Author

Fixed as demonstrated here https://github.com/JuliaIO/VideoIO.jl/actions/runs/10996020832/job/30528234720?pr=423#step:13:11

depot=C:\Users\runneradmin/.julia
cache-paths<<EOF
C:\Users\runneradmin/.julia/artifacts
C:\Users\runneradmin/.julia/packages
C:\Users\runneradmin/.julia/registries
C:\Users\runneradmin/.julia/compiled
C:\Users\runneradmin/.julia/scratchspaces
C:\Users\runneradmin/.julia/logs
EOF

@IanButterworth IanButterworth marked this pull request as ready for review September 23, 2024 14:14
@IanButterworth IanButterworth requested a review from omus September 23, 2024 14:14
@IanButterworth IanButterworth enabled auto-merge (squash) September 23, 2024 14:58
@IanButterworth
Copy link
Member Author

I'd just merge this and release if I could. The change is pretty isolated so perhaps someone else could review? @DilumAluthge perhaps?

@IanButterworth IanButterworth merged commit 8242439 into main Sep 23, 2024
19 checks passed
@IanButterworth IanButterworth deleted the ib/fix_windows branch September 23, 2024 17:30
@IanButterworth
Copy link
Member Author

Thanks!

@jkrumbiegel
Copy link

Thanks for the fix :)

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.

Caching doesn't work on Windows with default settings
3 participants