-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add new build scripts #769
Conversation
0d44757
to
7541195
Compare
a7b545a
to
405a4a8
Compare
@princerachit PTAL |
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.
Hey there, just dropped in to test and share some thoughts. 👋
3aba6de
to
ad002b5
Compare
@kylos101 PTAL |
1c8bee9
to
282feb5
Compare
282feb5
to
918ff3e
Compare
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
As a heads up, I resolved the conflict in the .gitpod.Dockerfile, too.
918ff3e
to
26c320a
Compare
Combo tests fail, which creates confusion, let's make the script single purpose -- chunks only.
|
||
function build_and_combine() { | ||
dazzle build ${REPO} -v --chunked-without-hash && dazzle build ${REPO} -v && dazzle combine ${REPO} --all -v | ||
function build_chunks() { |
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.
Renamed from build_and_combine
Hey there, I removed Now we have one script for each purpose.
@Furisto @princerachit LMKWYT, I've tested and seems to be working well. You're welcome to merge if you approve, but, since I've made changes would like you to peek. |
Fine by me, but will wait for @princerachit opinion as well. |
@princerachit is out today on holiday, let's circle back in a follow-up PR, if needed. 😃 I cleaned up the docs in a81f0e7. |
Description
Add new build scripts for building images. With this we have three scripts:
Also updated yq because that was a really old version
Related Issue(s)
Fixes #763
How to test
Release Notes
Documentation
Already done by updating the CONTRIBUTING.md