mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[circleci] Drop minsize job
It is causing trouble again and it was never that useful.
This commit is contained in:
parent
d81d4dfbd3
commit
188531b3ba
1 changed files with 0 additions and 16 deletions
|
@ -58,21 +58,6 @@ jobs:
|
||||||
- run: meson compile -Cbuild -j9
|
- run: meson compile -Cbuild -j9
|
||||||
- run: RUN_VALGRIND=1 meson test -Cbuild -t 10 --no-suite=slow --wrap='valgrind --leak-check=full --error-exitcode=1' --print-errorlogs --num-processes=$(($(nproc)/2 + 1))
|
- run: RUN_VALGRIND=1 meson test -Cbuild -t 10 --no-suite=slow --wrap='valgrind --leak-check=full --error-exitcode=1' --print-errorlogs --num-processes=$(($(nproc)/2 + 1))
|
||||||
|
|
||||||
minsize:
|
|
||||||
docker:
|
|
||||||
- image: ubuntu:24.04
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: apt update
|
|
||||||
- run: DEBIAN_FRONTEND=noninteractive apt install -y ninja-build binutils gcc g++ pkg-config ragel libfreetype6-dev libglib2.0-dev libcairo2-dev python3 python3-pip python3-venv
|
|
||||||
- run: |
|
|
||||||
python3 -m venv venv
|
|
||||||
source venv/bin/activate
|
|
||||||
pip3 install meson==0.56.0
|
|
||||||
meson setup build --buildtype=minsize
|
|
||||||
meson compile -Cbuild
|
|
||||||
meson test -Cbuild --print-errorlogs
|
|
||||||
|
|
||||||
asan-ubsan:
|
asan-ubsan:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu
|
- image: ubuntu
|
||||||
|
@ -211,7 +196,6 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- fedora-valgrind
|
- fedora-valgrind
|
||||||
- minsize
|
|
||||||
- asan-ubsan
|
- asan-ubsan
|
||||||
- tsan
|
- tsan
|
||||||
- msan
|
- msan
|
||||||
|
|
Loading…
Add table
Reference in a new issue