17 Commits

Author SHA1 Message Date
Yehonal
e4016823d7
feat(CORE): docker permissions and rework (#13454)
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31)
- fix ac-tools image
- cleanup unused env
- add  `cap_add: SYS_NICE` to allow setting process high priority
- fix ccache in docker
- allow to switch between root user (default) to acore user in any container
- fix cache of the downloaded client data
- split docker github actions in 2 parts
- versioning mysql images
- performance improvements
2022-11-07 13:20:48 +01:00
Patrick Lewis
6ad764c520
chore(CI): remove ubuntu-18.04 (#12650)
* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04

* update ubuntu.sh

* update

* update

* openssl workaround

* update

* update

* update
2022-08-07 01:05:05 -07:00
Patrick Lewis
134568158c
chore(CI): remove macos-10.15 (#12642) 2022-08-05 23:04:52 -04:00
Patrick Lewis
94123e60f6
chore(CI): add macos-12 (#11242)
* chore(CI): add macos-12

* Update SECURITY.md

* test changing googletest git_tag to main

* update utf8cpp

* Update DBCStorageIterator.h

Co-Authored-By: Shauren <shauren.trinity@gmail.com>

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-05-01 07:00:40 +02:00
Francesco Borzì
d31d8279ca
fix(CI): do not always run mac/windows/docker for C++ changes (#9126) 2021-11-10 21:39:27 +01:00
Francesco Borzì
c519dc5738
fix(CI): re-run builds if label is present (#9114) 2021-11-10 16:31:42 +01:00
Francesco Borzì
f7c9b7de14
fix(CI): do not skip windows/mac/docker on master branch (#8968) 2021-11-05 09:05:37 +01:00
Patrick Lewis
d8ad098372
fix(CI): run-build label (#8966) 2021-11-05 08:59:29 +01:00
Skjalf
f66d0ce345
fix(CI): Don't run builds when PRs are labeled (#8290) 2021-10-05 21:13:14 -03:00
Patrick Lewis
4c810ae677
chore(CI): enable macos-11 (#7127) 2021-07-28 21:51:33 -07:00
Patrick Lewis
6be8fa2c73
fix(CI): workflow updates (#6439) 2021-06-20 13:09:42 +02:00
Patrick Lewis
fc10f1a72d
fix(CI): limit concurrency group to PR's (#6419) 2021-06-19 14:10:43 +02:00
Patrick Lewis
ec2d155094
feat(CI): limit workflow concurrency (#6332) 2021-06-14 11:05:48 +02:00
Patrick Lewis
28664a2f9b
feat(CI): run pr builds on label (#6241) 2021-06-08 22:07:34 -07:00
Patrick Lewis
a32275224d
feat(CI): trigger build on pr review (#5645) 2021-05-09 15:21:14 -06:00
Patrick Lewis
b71a5b6f94
fix(CI): change on: push to only run on master branch (#5591) 2021-05-02 05:09:42 -07:00
Patrick Lewis
362b66547c
chore(CI): move macos build to separate workflow (#5416)
* chore(CI): move macos build to separate workflow

* chore(README): add status badge

* fix(CI): remove needs dependency

* fix(CI/macOS): update ccache path

Co-Authored-By: Rochet2 <rochet2@post.com>

* fix(CI): remove space

Co-authored-by: Rochet2 <rochet2@post.com>
2021-04-23 12:25:33 -07:00