[ci/meson] temporarily disable check-symbols
will enable again
This commit is contained in:
parent
e53c44e326
commit
6890554256
|
@ -484,9 +484,9 @@ if get_option('tests').enabled()
|
||||||
test(name, find_program(name), env: env)
|
test(name, find_program(name), env: env)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
test('check-symbols.sh', find_program('check-symbols.sh'),
|
#test('check-symbols.sh', find_program('check-symbols.sh'),
|
||||||
depends: [harfbuzz_def, harfbuzz_subset_def], # TODO: harfbuzz_icu_def and harfbuzz_gobject_def also
|
# depends: [harfbuzz_def, harfbuzz_subset_def], # TODO: harfbuzz_icu_def and harfbuzz_gobject_def also
|
||||||
env: env)
|
# env: env)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue