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(CI): missing .netrc file on windows builds #1862

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igormp
Copy link
Contributor

@igormp igormp commented Mar 4, 2025

Not sure if this was a curl update or a secrets change within the repo, but my build on #1861 fails with a:

Running before_all...
  
  + bash python/tools/prepare_build_environment_windows.sh
  + CUDA_ROOT='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.2'
  + curl -L -nv -o cuda.exe https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda_12.2.2_537.13_windows.exe
  * .netrc error: no such file
  * closing connection #-1
  curl: (26) .netrc error: no such file

Let's see if a simple touch and that file does the job.

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.

1 participant