This commit is contained in:
Dominik Werder
2023-09-07 22:47:54 +02:00
parent 649011b2e2
commit 4a31f3f81f
5 changed files with 274 additions and 191 deletions
+6 -3
View File
@@ -78,8 +78,10 @@ jobs:
working-directory: ${{steps.wdset.outputs.gh}}
- run: git clone --branch dev https://github.com/paulscherrerinstitute/daqbuffer.git
working-directory: ${{steps.wdset.outputs.gh}}/build
- run: git clone --branch dev https://github.com/paulscherrerinstitute/daqingest.git
- run: git clone https://github.com/paulscherrerinstitute/daqingest.git
working-directory: ${{steps.wdset.outputs.gh}}/build
- run: git reset --hard $GITHUB_SHA
working-directory: ${{steps.wdset.outputs.gh}}/build/daqingest
# - run: ls -la $GITHUB_WORKSPACE
# - run: find $GITHUB_WORKSPACE -type f -and \( -name \*.rs -or -name \*.toml \)
# - run: find ${{steps.wdset.outputs.gh}} -type f -and \( -name \*.rs -or -name \*.toml \)
@@ -102,8 +104,9 @@ jobs:
- run: "echo 'version: [${{env.DAQVER}}]'"
- run: echo "SELFPKG=daqingest-$DAQVER" >> $GITHUB_ENV
- run: echo "SELFPKGTGT=$SELFPKG-amd64-rhel7" >> $GITHUB_ENV
- run: echo SELFPKG $SELFPKG
- run: echo SELFPKGTGT $SELFPKGTGT
- run: echo DAQVER ..$DAQVER..
- run: echo SELFPKG ..$SELFPKG..
- run: echo SELFPKGTGT ..$SELFPKGTGT..
- run: mkdir $SELFPKGTGT
- run: cp ${{steps.wdset.outputs.gh}}/build/daqingest/target/release/daqingest $SELFPKGTGT/daqingest
- run: tar -czf $SELFPKGTGT.tar.gz $SELFPKGTGT