Skip to content

Commit a45b6ee

Browse files
author
dwightguth
authored
remove another ocaml warning (runtimeverification#479)
* remove another ocaml warning * better fix for deploy failure
1 parent 010fb39 commit a45b6ee

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pipeline {
368368
eval `opam config env`
369369
. $HOME/.cargo/env
370370
echo 'Deploying K...'
371-
hash -r
371+
mvn clean
372372
mvn deploy -DskipKTest -Dcheckstyle.skip # TODO: fix checkstyle bug
373373
COMMIT=$(git rev-parse --short HEAD)
374374
DESCRIPTION='This is the nightly release of the K framework. To install, download the appropriate binary package and install using your package manager. You can install a debian package via `sudo apt-get install ./kframework_5.0.0_amd64_$ID.deb` for the appropriate version codename $ID. On Debian Stretch, you also must first enable stretch-backports by running `sudo echo \\"deb http://ftp.debian.org/debian stretch-backports main\\" > /etc/apt/sources.list.d/stretch-backports.list; sudo apt-get update`. You can install on Arch Linux using `sudo pacman -S ./kframework-5.0.0-1-x86_64.pkg.tar.xz`. If your OS is not supported, you can download and extract the \\"Platform-Independent K binary\\", and follow the instructions in INSTALL.md within the target directory. Note however that this will not support the Haskell or LLVM Backends. On Windows, start by installing [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) with Ubuntu (or an Ubuntu VM), after which you can install like Ubuntu. K requires gcc and other Linux libraries to run, and building on native Windows, Cygwin, or MINGW is not supported.'

k-distribution/include/ocaml/run.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
open Constants
22
open Constants.K
33
open Prelude
4-
open Hooks
54

65
let split_config (config: k) : k * k list =
76
let module Def = (val Plugin.get () : Plugin.Definition) in

0 commit comments

Comments
 (0)