-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
318fcb6
commit 151f759
Showing
153 changed files
with
10,729 additions
and
2,824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
env: | ||
CIRRUS_CLONE_DEPTH: 1 | ||
ARCH: amd64 | ||
|
||
task: | ||
freebsd_instance: | ||
matrix: | ||
image: freebsd-12-0-release-amd64 | ||
image: freebsd-11-2-release-amd64 | ||
install_script: | ||
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf | ||
- pkg upgrade -y | ||
- pkg install -y autoconf gmake | ||
script: | ||
- autoconf | ||
#- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS | ||
- ./configure | ||
- export JFLAG=`sysctl -n kern.smp.cpus` | ||
- gmake -j${JFLAG} | ||
- gmake -j${JFLAG} tests | ||
- gmake check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Unless otherwise specified, files in the jemalloc source distribution are | ||
subject to the following license: | ||
-------------------------------------------------------------------------------- | ||
Copyright (C) 2002-2018 Jason Evans <[email protected]>. | ||
Copyright (C) 2002-present Jason Evans <[email protected]>. | ||
All rights reserved. | ||
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. | ||
Copyright (C) 2009-2018 Facebook, Inc. All rights reserved. | ||
Copyright (C) 2009-present Facebook, Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
Oops, something went wrong.