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

[Merged by Bors] - Remove wget dependency #4497

Closed
wants to merge 2 commits into from

Conversation

michaelsproul
Copy link
Member

Proposed Changes

Replace wget in the EF-tests makefile with curl.

On macOS curl is pre-installed, and I found myself making this change to avoid installing wget.

The -L flag is used to follow redirects which is useful if a repo gets renamed, and more similar to wget's default behaviour.

@michaelsproul michaelsproul added ready-for-review The code is ready for review low-hanging-fruit Easy to resolve, get it before someone else does! labels Jul 12, 2023
Copy link
Member

@jimmygchen jimmygchen left a comment

Choose a reason for hiding this comment

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

👍

@michaelsproul michaelsproul added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Jul 13, 2023
@michaelsproul
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Jul 13, 2023
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
@bors
Copy link

bors bot commented Jul 13, 2023

This PR was included in a batch that timed out, it will be automatically retried

bors bot pushed a commit that referenced this pull request Jul 13, 2023
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
@bors
Copy link

bors bot commented Jul 13, 2023

Build failed (retrying...):

@michaelsproul
Copy link
Member Author

bors r-
bors +

@bors
Copy link

bors bot commented Jul 13, 2023

Did you mean "r+"?

@michaelsproul
Copy link
Member Author

bors r+

@michaelsproul
Copy link
Member Author

bors r-
bors r+

@bors
Copy link

bors bot commented Jul 13, 2023

Canceled.

bors bot pushed a commit that referenced this pull request Jul 13, 2023
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
@bors
Copy link

bors bot commented Jul 14, 2023

This PR was included in a batch that timed out, it will be automatically retried

@michaelsproul
Copy link
Member Author

bors r-

@bors
Copy link

bors bot commented Jul 14, 2023

Canceled.

@michaelsproul
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Jul 17, 2023
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
@bors
Copy link

bors bot commented Jul 17, 2023

@bors bors bot changed the title Remove wget dependency [Merged by Bors] - Remove wget dependency Jul 17, 2023
@bors bors bot closed this Jul 17, 2023
@michaelsproul michaelsproul deleted the no-wget branch July 17, 2023 02:49
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Proposed Changes

Replace `wget` in the EF-tests makefile with `curl`.

On macOS `curl` is pre-installed, and I found myself making this change to avoid installing `wget`.

The `-L` flag is used to follow redirects which is useful if a repo gets renamed, and more similar to `wget`'s default behaviour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-hanging-fruit Easy to resolve, get it before someone else does! ready-for-merge This PR is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants