Skip to content
Snippets Groups Projects
Unverified Commit 08e51340 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

worker: bump core version

We are now building against core commit
9b2bb2b691dd7f0a9b69064f0e7449a8958f25fe[1].

This commit is not on core master branch! It is effectively master
commit 9530f384c8331a83bf68782d8daf6f16ee47c2a0 [2] but we had to
remove 1a4de925c48aace75ff364fbc85dc7d8ffac5924 [3] from the tree
because of not yet solved incompatibility (see #76 [4]) and we added a
commit to bump alpine verison to 3.15.

We deploy this because of the feature that allows add documentation not
only to algorithm's overloads but to whole algorithm ([5] in our tree,
[6] in master).

I hope this is an exceptional situation and we get #76 [4] fixed soon so we
don't have to dance around (and manage our core tree) it in the future.

[1]: automata-library@9b2bb2b6
[2]: automata-library@9530f384
[3]: automata-library@1a4de925
[4]: #76
[5]: automata-library@5eac4f8a
[6]: automata-library@3ea71234
parent dc3a8dde
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-dock
 
build:worker:
stage: build
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1498.g00d54e0ed
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1499.g9b2bb2b69
before_script:
- apk add --no-cache curl && curl https://alt.fit.cvut.cz/repo/alpine/alt-dev-repo.sh | sh
- apk add --no-cache build-base cmake jsoncpp-dev pkgconf apr-dev spdlog-dev catch2 activemq-cpp-dev argparse
......
ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1498.g00d54e0ed
ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1499.g9b2bb2b69
 
#-----------------------------------------------------------------------------------------
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment