- Apr 18, 2022
-
-
Tomáš Pecka authored
By pulling as much images as we can from local cached copy we could (hopefully) avoid the docker TOOMANYREQUESTS error.
-
- Apr 14, 2022
-
-
Tomáš Pecka authored
-
- Feb 26, 2022
-
-
Jan Trávníček authored
-
- Feb 15, 2022
-
-
Tomáš Pecka authored
The build fails with the following error. cmake: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libstdc++.so.6) cmake: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1) It turned out, the system was in inconsistent state -- some of the packages were not updated. And now, when new glibc reached the repos, it broke the system....
-
- Jan 29, 2022
-
-
Tomáš Pecka authored
-
- Jan 28, 2022
-
-
Tomáš Pecka authored
Some time ago we moved docker image builds into external repository cd-release (together with packaging). Now that repository is useless because we built packages here, so let's do the same for docker images.
-
- Jan 26, 2022
-
-
Tomáš Pecka authored
F36 is not released yet [1] and it contains not-yet-released g++-12 which causes some problems for our code. Let's deal with it once g++-12 is released. [1] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html
-
- Jan 02, 2022
-
-
-
Also, I think that opensuse packagers are strange. Why the hell are there gcc-c++ packages with default version of 7.5 in Leap 15.2 and 15.4? So in order to build for different Leap versions I have to explicitly specify build requirement to gcc<version>-c++? Why can't it be a single package with bumped versions?
-
-
This would have been simpler with rules in gitlab 12, but we don't have it yet.
-
-
-
-
-
apkg[1] is a tool for building packages for multiple distros with a single interface. Something I was trying to do in the cd-release repository. [1] https://pkg.labs.nic.cz/pages/apkg/
-
-
- Nov 20, 2021
-
-
Tomáš Pecka authored
-
- Mar 26, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Mar 08, 2021
-
-
Tomáš Pecka authored
Start working on custom code-style/code-requirements file checker. So far we check only for missing license, for non-standard EOL (\r) and for files that not-compliant with clang-format.
-
- Dec 18, 2020
-
-
Jan Trávníček authored
-
- Nov 15, 2020
-
-
Tomáš Pecka authored
So we easily know what version of cppcheck and clang-tidy are we running. Compiler version is announced by CMake.
-
Tomáš Pecka authored
Recently we moved infrastructure repositories under a new path. Docker registries have therefore moved too. Reflect this in our CI settings.
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
Run install target of the build process.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Adapts Doxygen generators to changes in previous commit.
-
Tomáš Pecka authored
Remove CMakeLists.txt generator scripts from build phase. Replaced with CMake's GLOB that can re-run every time the build is invoked. We can also drop the Python dependency now. Removed header installs which will be redesigned in future commits.
-
- Jun 07, 2020
-
-
Tomáš Pecka authored
This reverts commit 572b1e23. Wrong approach, we need to do this in builder repository.
-
- Jun 04, 2020
-
-
Tomáš Pecka authored
-
- May 28, 2020
-
-
Tomáš Pecka authored
-
- Apr 27, 2020
-
-
-
Jan Trávníček authored
-
Tomáš Pecka authored
-
- Apr 06, 2020
-
-
Tomáš Pecka authored
-
- Mar 11, 2020
-
-
Jan Trávníček authored
-
- Dec 18, 2019
-
-
Tomáš Pecka authored
-
- Nov 21, 2019
-
-
Tomáš Pecka authored
-
- Nov 15, 2019
-
-
Tomáš Pecka authored
-