| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-25 | Fix GitHub Actions (CI) for Windows builds | Albrecht Schlosser | |
| This was necessary because the latest GitHub "runner" image (20221120.1) includes incompatible image libs (libjpeg, libpng, and zlib). This caused `fluid-cmd.exe` to fail with error code -1073741511. For further information please refer to this GitHub Issue: https://github.com/actions/runner-images/issues/6627 The previous runner version (20221027.1) did not include these libs and our build used the internal libs and worked. The fix is to disable the search for system libs in CMake. Note: this does not explain *why* these libs are incompatible. | |||
| 2022-11-25 | CI build-Wayland: package libpangocairo-1.0-0 is installed by default | ManoloFLTK | |
| 2022-11-23 | Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default | ManoloFLTK | |
| 2022-03-31 | Fix whitespace errors (no code changes) | Albrecht Schlosser | |
| 2022-03-04 | Add build-wayland step to continuous integration. | ManoloFLTK | |
| 2021-08-27 | GitHub Actions (Linux): add 'apt-get update' | Albrecht Schlosser | |
| Error was: E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_21.0.3-0ubuntu0.2~20.04.1_amd64.deb 404 Not Found [IP: 52.147.219.192 80] E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgl1-mesa-dev_21.0.3-0ubuntu0.2~20.04.1_amd64.deb 404 Not Found [IP: 52.147.219.192 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Error: Process completed with exit code 100. | |||
| 2021-02-14 | Update GHA build scripts for Linux, macOS, and Windows. | Michael R Sweet | |
| 2021-02-14 | Initial Github Action for CI builds | Michael R Sweet | |
