-
Notifications
You must be signed in to change notification settings - Fork 2
Refactor makefile and introduce multiarch build system #18
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
base: main
Are you sure you want to change the base?
Conversation
|
We'll replace cborg-coder for goose, as a totally open alternative. See
https://github.com/dragon-ai-agent/run-goose-obo/blob/main/action.yml
…On Tue, Jun 3, 2025 at 8:10 AM Nico Matentzoglu ***@***.***> wrote:
Fixes #17 <#17>
Still testing this but you get the picture. I added a help command.
I cant test it because I don't have access to CBORG; and none of the
subsequent commands (aurelian etc) work for me; Lets iterate and you let me
know how it goes for you.
------------------------------
You can view, comment on, or merge this pull request online at:
#18
Commit Summary
- 840eb9e
<840eb9e>
Refactor makefile and introduce multiarch build system
- dc0cb65
<dc0cb65>
Adding GH_TOKEN logic back
- fa11ff1
<fa11ff1>
Fix bug in build command
File Changes
(2 files <https://github.com/cmungall/odk-ai/pull/18/files>)
- *M* Dockerfile
<https://github.com/cmungall/odk-ai/pull/18/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557>
(2)
- *M* Makefile
<https://github.com/cmungall/odk-ai/pull/18/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52>
(107)
Patch Links:
- https://github.com/cmungall/odk-ai/pull/18.patch
- https://github.com/cmungall/odk-ai/pull/18.diff
—
Reply to this email directly, view it on GitHub
<#18>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOM6FVVYU2EA4AVORWT3BW3FHAVCNFSM6AAAAAB6QCJ7UCVHI2DSMVQWIX3LMV43ASLTON2WKOZTGEYTIMZZGMYDONI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
| @@ -1,4 +1,4 @@ | |||
| FROM obolibrary/odkfull:latest | |||
| FROM obolibrary/odkfull:v1.6 | |||
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.
Better fix the ODK base version to avoid spurious failures?
|
|
||
| .PHONY: help | ||
|
|
||
| help: |
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.
Added help as I usally do now for all makefiles
|
|
||
| ifeq ($(RESET_MULTIARCH_ON_BUILD),true) | ||
|
|
||
| reset-multiarch: |
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.
This is needed sometimes, for no conceivable reason.
|
@cmungall cool, you can use |
Fixes #17
Still testing this but you get the picture. I added a help command.
I cant test it because I don't have access to CBORG; and none of the subsequent commands (aurelian etc) work for me; Lets iterate and you let me know how it goes for you.