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

Fixes date command in breeze build-image to work on MacOS #14458

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Feb 25, 2021

The date command on MacOS does not have --rfc* flags so we have
to replace the flag with manually crafted rfc-compliant date.

Fixes #14393


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

The `date` command on MacOS does not have --rfc* flags so we have
to replace the flag with manually crafted rfc-compliant date.

Fixes apache#14393
@potiuk
Copy link
Member Author

potiuk commented Feb 25, 2021

cc: @ecerulm

@kaxil kaxil merged commit 64cf2ae into apache:master Feb 25, 2021
potiuk added a commit that referenced this pull request Mar 3, 2021
The `date` command on MacOS does not have --rfc* flags so we have
to replace the flag with manually crafted rfc-compliant date.

Fixes #14393

(cherry picked from commit 64cf2ae)
potiuk added a commit that referenced this pull request Mar 3, 2021
The `date` command on MacOS does not have --rfc* flags so we have
to replace the flag with manually crafted rfc-compliant date.

Fixes #14393

(cherry picked from commit 64cf2ae)
@potiuk potiuk deleted the fix-breeze-build-on-mac branch April 27, 2021 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

breeze: it relies on GNU date which is not the default on macOS
3 participants