forked from microsoft/azurelinux
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmacros.override
43 lines (32 loc) · 1.35 KB
/
macros.override
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file is for rpm macro overrides that modify the behavior of the build.
# It gets copied into /usr/lib/rpm/macros.d in toolchain and main package builds.
# It can be used to configure the scriptlets in macros.check in mariner-rpm-macros.
# IMPORTANT: Hyphens (-) must be replaced with underscores (_) in spec names for these
# macro definitions as hyphens are illegal characters for macro names.
# This list of skip_check_%{name} entries will cause %check to return immediately
# on the specified spec.
%skip_check_ant 1
%skip_check_python_lxml 1
%skip_check_socat 1
# Check hangs
%skip_check_glibc 1
%skip_check_bash 1
%skip_check_gtk_doc 1
%skip_check_tdnf 1
%skip_check_vim 1
# We are missing many of the dependency packages for the Dracut tests
%skip_check_dracut 1
# asciidoc tests require the "source-highlight" package which is not available
%skip_check_asciidoc 1
# Still fails package build when it fails
%skip_check_gcc 1
# WALinuxAgent test suite leaves machine in bad state; unable to unmount /dev from chroot
%skip_check_WALinuxAgent 1
# Python-psutil test suite causes OOM issues on build machines
%skip_check_python_psutil 1
# Uncommenting "%select_check 1" will force %check to only run in specs
# that have select_check_%{name} defined below.
#%select_check 1
# Example macros to select specs to run check
%select_check_bc 1
%select_check_zsh 1