Commit Graph

13 Commits

Author SHA1 Message Date
Deda
82c253dec3 Minor fixes to diff.yaml and mgbuild.sh 2024-03-21 16:16:46 +01:00
Marko Barišić
7cfe26ff43
Merge branch 'master' into run-package-in-mgbuilder 2024-03-21 10:54:43 +01:00
Andi
f699c0b37f
Support bolt+routing (#1796) 2024-03-21 06:41:26 +00:00
Deda
0fa0dbf084 Add build argument GIT_REF to mgbuild Dockerfiles 2024-03-20 10:55:44 +01:00
Deda
a3dbd2c265 Fix install os deps 2024-03-18 15:04:14 +01:00
Deda
d188fb9306 Fix os checking and rename docker command to package-docker 2024-03-18 11:17:52 +01:00
Marko Barišić
4554180bc9
Merge branch 'master' into run-package-in-mgbuilder 2024-03-18 10:48:41 +01:00
Marko Barišić
84fe853169
Fix cargo not found when buidling in mgbuild container (#1825)
*Add source /home/mg/.cargo/env before cmake and make commands in mgbuild.sh
2024-03-18 10:47:59 +01:00
Deda
ca4fdc0a78 Add option to create docker amd and arm images 2024-03-15 18:49:34 +01:00
Deda
1865a80722 Commit docker builds WIP 2024-03-15 14:49:34 +01:00
Deda
51c60404a9 Revert last commit, add check if all is passed and skip toolchain os combo check 2024-03-14 15:19:43 +01:00
Deda
ece27e76f2 Add all to supported os for v4 and v5 2024-03-14 15:18:27 +01:00
Marko Barišić
b0cdcd3483
Run CI in mgbuilder containers (#1749)
* Update deployment files for mgbuilders because of toolchain upgrade
* Fix args parameter in builder yaml files
* Add fedora 38, 39 and rockylinux 9.3 mgbuilder Dockerfiles
* Change format of ARG TOOLCHAIN_VERSION from toolchain-vX to vX
* Add function to check supported arch, build type, os and toolchain
* Add options to init subcommand
* Add image names to mgbuilders
* Add v2 of the run.sh script
* Add testing to run2.sh
* Add option for threads --thread
* Add options for enterprise license and organization name
* Make stop mgbuild container step run always
* Add --ci flag to init script
* Move init conditionals under build-memgraph flags
* Add --community flag to build-memgraph
* Change target dir inside mgbuild container
* Add node fix to debian 11, ubuntu 20.04 and ubuntu 22.04
* rm memgraph repo after installing deps
* Add mg user in Dockerfile
* Add step to install rust on all OSs
* Chown files copied into mgbuild container
* Add e2e tests
* Add jepsen test
* Bugfix: Using reference in a callback
* Bugfix: Broad target for e2e tests
* Up db info test limit
* Disable e2e streams tests
* Fix default THREADS
* Prioretize docker compose over docker-compose
* Improve selection between docker compose and docker-compose
* Install PyYAML as mg user
* Fix doxygen install for rocky linux 9.3
* Fix rocky-9.3 environment script to properly install sbcl
* Rename all rocky-9 mentions to rocky-9.3
* Add mgdeps-cache and benchgraph-api hostnames to mgbuild images
* Add logic to pull mgbuild image if missing
* Fix build errors on toolchain-v5 (#1806)
* Rename run2 script, remove run script, add small features to mgbuild.sh
* Add --no-copy flag to build-memgraph to resolve TODO
* Add timeouts to diff jobs
* Fix asio flaky clone, try mgdeps-cache first

---------

Co-authored-by: Andreja Tonev <andreja.tonev@memgraph.io>
Co-authored-by: Ante Pušić <ante.f.pusic@gmail.com>
Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
2024-03-14 12:19:59 +01:00