Skip to content

Commit

Permalink
Replace parallel with maxparallel to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Jan 27, 2025
1 parent a0c91de commit fda4730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
('libiconv', '1.18'),
]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['lib/libunistring.a', 'lib/libunistring.%s' % SHLIB_EXT] +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
('METIS', '5.1.0'),
]

parallel = 1
maxparallel = 1

# fix 'Type mismatch between actual argument' errors with GCC 10.x
prebuildopts = 'export FFLAGS="$FFLAGS -fallow-argument-mismatch" && '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exts_list = [
}),
]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ["include/portaudio.h", "lib/libportaudio.a", "lib/libportaudio.so"],
Expand Down

0 comments on commit fda4730

Please sign in to comment.