Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 12, 2024
1 parent fb77745 commit dd4207f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Minimal necessary packages for Ubuntu 22.04 LTS:
├── lib - contains the native library dependencies
├── offset.sh - creates a mapping between statements of two C files
├── solvers - contains further dependencies (SMT-solvers), each having their respective licenses
├── specification-transformation.bin - binary for transforming various specifications to reachability
├── specification-transformation.bin.LICENSE - license for `specification-transformation.bin`
├── specification-transformation - binaries for transforming various specifications to reachability (this includes cpachecker, but we do not use it for verification.)
├── specification-transformation.LICENSE - license for `specification-transformation`
├── theta-smtlib.jar - the jarfile for installing and managing smt solvers (not necessary unless different solver versions are required)
├── theta-start.sh - the starting script of TOOL_NAME
└── theta.jar - the main jarfile of TOOL_NAME
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
pushd ${{ inputs.name }}/${{ inputs.name }}/
unzip $zipfile
popd
cp $GITHUB_ACTION_PATH/specification-transformation.bin.LICENSE ${{ inputs.name }}/${{ inputs.name }}/
cp $GITHUB_ACTION_PATH/specification-transformation.LICENSE ${{ inputs.name }}/${{ inputs.name }}/
cp $GITHUB_ACTION_PATH/offset.sh ${{ inputs.name }}/${{ inputs.name }}/
- name: ZIP archive
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {

allprojects {
group = "hu.bme.mit.theta"
version = "6.8.2"
version = "6.8.3"

apply(from = rootDir.resolve("gradle/shared-with-buildSrc/mirrors.gradle.kts"))
}
Expand Down

0 comments on commit dd4207f

Please sign in to comment.