-
Notifications
You must be signed in to change notification settings - Fork 9
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
sources: add empty file to placate twoliter #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such files are nice to add to README.md since GitHub renders those, but not gonna block on that!
before the force push, CI was failing with
So it looks like there's more hackiness going on with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on green
2887eec
to
bd6d597
Compare
sources/deny.toml
Outdated
allow-git = [ | ||
# The settings SDK is currently provided as a git dependency, | ||
# We will allow it as an exception until the following is resolved: | ||
# https://github.com/bottlerocket-os/bottlerocket-settings-sdk/issues/18 | ||
"https://github.com/bottlerocket-os/bottlerocket-settings-sdk", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this for some reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah no i'll clean it up
This is a temporary workaround for twoliter who currently expects a sources | ||
directory to exist in order for the docker volume mounts to work in buildkit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a backlog issue in Twoliter to avoid needing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be adding it, we had a regression on a bug fix I did.
sources: add empty file to placate twoliter
Description of changes:
Add empty sources folder
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.