feat: add --store-hash to ltfs_ordered_copy tool to store content hashes in ltfs.hash.* VEAs when destination is ltfs #747
Workflow file for this run
This file contains hidden or 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
| name: Ubuntu 20.04 Build Job | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Build on Ubuntu Focal | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Set up Git repository | |
| uses: actions/checkout@v4 | |
| with: | |
| submodules: recursive | |
| - name: Build LTFS | |
| id: build | |
| uses: LinearTapeFileSystem/Ubuntu2004-Build@v1.1 | |
| with: | |
| destination: '/tmp/ltfs' |