8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
a7f4d33516 Replace deprecated ubuntu-16.04 by ubuntu-20.04. 2021-06-17 09:44:46 -03:00
Adriano dos Santos Fernandes
918b991cd1 Enable Ubuntu build in GitHub Actions. 2021-04-19 09:21:16 -03:00
HrOokami
45bd5cbd0a
Fixing broken alpine build. (#283)
* Fix alpine build

* Creating Alpine CI

* Merge workflows

* Fix main.yml

* Correcting flags in alpine CI build

* Cherrypick: Cleanup overcomplicated isinf

Co-authored-by: Серый Волк <faserg1@users.noreply.github.com>
2020-10-07 12:47:41 +03:00
Adriano dos Santos Fernandes
cf19d25c82 Replace wget by curl as wget does not come pre-installed in MacOS. 2019-11-30 22:16:38 -03:00
Adriano dos Santos Fernandes
d147f99fd3 Remove verbose option from tar. 2019-11-30 22:09:31 -03:00
Adriano dos Santos Fernandes
b1993a6dbc Improvement/correction in the GitHub Actions Windows build. 2019-11-27 13:29:49 -03:00
Adriano dos Santos Fernandes
9ed0e28b09 Add Travis MacOS build, GitHub Actions MacOS/Windows build and adjust MacOS build to be (almost) relocatable.
While MacOS people seems to be ok with fixed locations for applications and libraries, this complicates a lot the (post)
build process, needing to change each id and rpaths in a very error prone process.

Relocatable binaries makes this a lot easier, but unfortunately "restricted" (chmod +s, like firebird executable)
programs cannot use @loader_path or @executable_path in its rpath.

So the solution has to make internal libraries relocatable and make rpath of firebird fixed. Also, as the ecosystem
seems to use fixed path, the id of fbclient.dylib has set to its fixed path.

Also MacOS post build makefile has adjusted to allow creation of packages for the debug build.

The MacOS build could still be improved with some scripts to build ICU (instead of done directly in the CI scripts,
but I leave that for now) and copies its files to our lib path. However situation seems to be better than before in
relation to ICU and TomMath.

Note: Linux build is not working in GitHub Actions. It segfaults when running (exiting) utilities.
I had this problem lot's of time in the past, maybe it's not completely fixed in v3.
2019-11-26 13:11:55 -03:00