-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add script to create amalgamated build #933
Conversation
Following the CMake convention how about
Happy to help if you need me to! |
@@ -124,7 +133,7 @@ jobs: | |||
- name: get assets | |||
uses: actions/download-artifact@v4 | |||
with: | |||
pattern: qjs-* | |||
pattern: * |
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.
@saghul is this safe? I really have no idea what I'm doing here.
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.
It should be fine since we are doing the upload.
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.
Fingers crossed then!
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.
Apparently a plain asterisk is invalid syntax? I'm getting CI notifications:
You have an error in your yaml syntax on line 136
Um... suggestions?
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.
Maybe run the step twice with 2 separate patterns?
For your reviewing pleasure:
first commit is Add std.writeFile #932
quickjs-libc is made optional through a
CONFIG_QUICKJS_LIBC
define, actual name TBDneeds hooking up to the release CI (edit: and should probably be continuously tested)