Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
dcfe0a8d
Commit
dcfe0a8d
authored
Apr 29, 2018
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptohash-sha256: disable tests on mips and mipsel
parent
949cfb14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
p/haskell-cryptohash-sha256/debian/changelog
p/haskell-cryptohash-sha256/debian/changelog
+6
-0
p/haskell-cryptohash-sha256/debian/rules
p/haskell-cryptohash-sha256/debian/rules
+6
-1
No files found.
p/haskell-cryptohash-sha256/debian/changelog
View file @
dcfe0a8d
haskell-cryptohash-sha256 (0.11.101.0-5) unstable; urgency=medium
* Disable tests on mips and mipsel due to strange pipe problem.
-- Clint Adams <clint@debian.org> Sun, 29 Apr 2018 10:35:28 -0400
haskell-cryptohash-sha256 (0.11.101.0-4) unstable; urgency=medium
* Actually fix the build-deps.
...
...
p/haskell-cryptohash-sha256/debian/rules
View file @
dcfe0a8d
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = cryptohash-sha256
DEB_DEFAULT_COMPILER = ghc
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
DEB_ENABLE_TESTS = no
else
DEB_ENABLE_TESTS = yes
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment