8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Vlad Khorsun
c1f3ef5081 Add Windows build (VS 2022) to the CI 2024-06-17 13:28:04 +03:00
Adriano dos Santos Fernandes
0c548440d2 Fix GitHub Actions v3 builds. 2023-04-09 11:49:14 -03:00
Adriano dos Santos Fernandes
dc019e7554
Replace deprecated ubuntu-18.04 by ubuntu-20.04 to build for alpine. 2023-04-09 11:30:13 -03:00
Adriano dos Santos Fernandes
9fc21e5c57 Remove deprecated GitHub Actions Windows 2016 environment.
That means no GitHub Actions Windows build for v3 branch.
2022-05-02 08:41:14 -03:00
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