Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
with:
os: ubuntu
distro: jammy
llvm: 15
llvm: 17
pkg-name: kframework_amd64_ubuntu_jammy.deb
build-package: package/debian/build-package jammy kframework
test-package: package/debian/test-package
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
tag: k-release-ci-${{ github.sha }}
os: ubuntu
distro: jammy
llvm: 15
llvm: 17

- name: 'Push Maven Packages'
shell: bash {0}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
tag: k-ci-${{ github.sha }}
os: ubuntu
distro: jammy
llvm: 15
llvm: 17
- name: 'Build and Test K'
run: docker exec -t "k-ci-${GITHUB_SHA}" /bin/bash -c 'mvn verify -Dspotless.check.skip=true --batch-mode -U'
- name: 'Tear down Docker'
Expand All @@ -100,7 +100,7 @@ jobs:
with:
os: ubuntu
distro: jammy
llvm: 15
llvm: 17
build-package: package/debian/build-package jammy kframework
test-package: package/debian/test-package
- name: On Failure, Upload the kore-exec.tar.gz file to the Summary Page
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
os: ubuntu
distro: jammy
llvm: 15
llvm: 17
build-package: package/debian/build-package jammy kframework-frontend
test-package: package/debian/test-frontend-package
- name: On Failure, Upload the kore-exec.tar.gz file to the Summary Page
Expand Down
2 changes: 1 addition & 1 deletion package/debian/kframework/control.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package: kframework
Architecture: any
Section: devel
Priority: optional
Depends: bison , clang-15 , openjdk-17-jre-headless , flex , gcc , g++ , libboost-dev , libffi-dev , libfmt-dev , libgmp-dev , libjemalloc-dev , libmpfr-dev , libsecp256k1-0 , libtinfo-dev , libunwind-dev , libyaml-0-2 , libz3-4 , lld-15 , llvm-15 , pkg-config
Depends: bison , clang-17 , openjdk-17-jre-headless , flex , gcc , g++ , libboost-dev , libffi-dev , libfmt-dev , libgmp-dev , libjemalloc-dev , libmpfr-dev , libsecp256k1-0 , libtinfo-dev , libunwind-dev , libyaml-0-2 , libz3-4 , lld-17 , llvm-17 , pkg-config
Recommends: z3
Description: K framework toolchain
Includes K Framework compiler for K language definitions, and K interpreter
Expand Down
Loading