Commit e94a6610 authored by Ramon Nou's avatar Ramon Nou
Browse files

Changelog

parent 6c174e5b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Additional tests to increase code coverage ([!141](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/141)).
- GKFS_ENABLE_UNUSED_FUNCTIONS added to disable code to increase code coverage.
- Updated Parallax version to new API (parallax option needs kv_format.parallax in the path, and the database in a device with O_DIRECT)

### Changed

+3 −1
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ pkg_install() {
        ..
    make -j"${CORES}"
    make install
    # We need to copy this file as it is not installed 
    cp ${CURR}/lib/include/parallax/structures.h ${INSTALL_DIR}/include/ 
}

pkg_check() {