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

curl: Reverts to stop calling MoveFileEx #165

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

rtollert
Copy link
Contributor

Upstream made some file I/O atomicity fixes recently, which broke Phar Lap,
because they require MoveFileEx() which does not exist there. (The fixes appear
to be mostly cache-related and are probably not going to get hit the way we're
using curl right now.)

Natinst-AZDO-ID: 1385887

Signed-off-by: Richard Tollerton rich.tollerton@ni.com

Upstream made some file I/O atomicity fixes recently, which broke Phar Lap,
because they require MoveFileEx() which does not exist there. (The fixes appear
to be mostly cache-related and are probably not going to get hit the way we're
using curl right now.)

Natinst-AZDO-ID: 1385887

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Copy link
Contributor

@amstewart amstewart left a comment

Choose a reason for hiding this comment

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

No objections from me.

Copy link

@billpittman billpittman left a comment

Choose a reason for hiding this comment

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

No objections here.

@amstewart amstewart merged commit 8a9f64e into ni:nilrt/master/sumo Apr 15, 2021
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