Skip to content

4489 improve the way allsky is compiled#4492

Merged
EricClaeys merged 31 commits into
v2025.xx.xxfrom
4489-improve-the-way-allsky-is-compiled
Apr 7, 2025
Merged

4489 improve the way allsky is compiled#4492
EricClaeys merged 31 commits into
v2025.xx.xxfrom
4489-improve-the-way-allsky-is-compiled

Conversation

@EricClaeys
Copy link
Copy Markdown
Collaborator

No description provided.

It's the only one that did anything with "deps".
rather than in the src/Makefile (which made no sense since it didn't need the packages.
install.sh calls "make -C src ..." directly.
.github/workflows/ci_compile.yml calls "make deps".
Now that ci_compile.yml has been updated, there's no need for "deps" or "all".
Also, only execute "make -C src all" if "make -C src deps" worked
Also:
* delete RIGHTPATH code - we'll never get there.
Was only needed with PKGBUILD
With the change to ci_compile.yml, everything now compiles.
Not sure why it didn't work - it worked in prior version when part of an "if" statement.

Also, replace "../bin" with ALLSKYBIN
"install.sh" knows which files/directories should NOT be pi:pi.
@EricClaeys EricClaeys merged commit c9167a1 into v2025.xx.xx Apr 7, 2025
1 check passed
@EricClaeys EricClaeys deleted the 4489-improve-the-way-allsky-is-compiled branch April 7, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant