mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
mdbx: merge branch 'master' into devel
.
Change-Id: I04863923fd5a3a4294a96190477ad28562c805fc
This commit is contained in:
commit
016f644815
3
.github/actions/spelling/patterns.txt
vendored
3
.github/actions/spelling/patterns.txt
vendored
@ -2,5 +2,6 @@
|
|||||||
(?:[\\0][xX]|[uU]\+|#)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
|
(?:[\\0][xX]|[uU]\+|#)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
|
||||||
# avoid false positive
|
# avoid false positive
|
||||||
-force$
|
-force$
|
||||||
|
--force$
|
||||||
# flags
|
# flags
|
||||||
(?!\w)-[fDW]
|
(?!\w)-{1,2}[fDW]
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: fetch tags
|
- name: fetch tags
|
||||||
run: git fetch --unshallow --tags --prune || true
|
run: git fetch --unshallow --tags --prune --force
|
||||||
- name: make check
|
- name: make check
|
||||||
run: make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check
|
run: make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -303,7 +303,7 @@ mdbx++-static.o: src/config.h src/mdbx.c++ mdbx.h mdbx.h++ $(lastword $(MAKEFILE
|
|||||||
dist: tags dist-checked.tag libmdbx-sources-$(MDBX_VERSION_SUFFIX).tar.gz $(lastword $(MAKEFILE_LIST))
|
dist: tags dist-checked.tag libmdbx-sources-$(MDBX_VERSION_SUFFIX).tar.gz $(lastword $(MAKEFILE_LIST))
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
git fetch --tags
|
git fetch --tags --force
|
||||||
|
|
||||||
release-assets: libmdbx-sources-$(MDBX_VERSION_SUFFIX).tar.gz libmdbx-sources-$(MDBX_VERSION_SUFFIX).zip
|
release-assets: libmdbx-sources-$(MDBX_VERSION_SUFFIX).tar.gz libmdbx-sources-$(MDBX_VERSION_SUFFIX).zip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user