Skip to content

Commit ee1cc19

Browse files
ehildenbrv-jenkins
authored andcommitted
Release and Deploy fixes (#554)
* Jenkinsfile: re-enable Arch release * Jenkinsfile: consolidate variables used, correct URLs * Jenkinsfile: correct package path * Jenkinsfile: deploy GitHub pages from separate checkout * Jenkinsfile: correct directory for Dockerfile * Jenkinsfile: add PACKAGE variable for mac packaging * Jenkinsfile: add ROOT_URL parameter * package/PKGBUILD: update package name kframework => kframework-git * Jenkinsfile: disable Arch build * Jenkinsfile, INSTALL: disable MacOS build
1 parent 4e1d380 commit ee1cc19

File tree

3 files changed

+123
-136
lines changed

3 files changed

+123
-136
lines changed

INSTALL.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Current supported systems are:
66

77
- Ubuntu Bionic (18.04)
88
- Debian Buster
9-
- Mac OS X Mojave
109

1110
Downloading Packages
1211
--------------------
@@ -25,15 +24,6 @@ Install the package with (`X.Y.Z` is version number, `ID` is platform identifier
2524
sudo apt install ./kevm_X.Y.Z_amd64_ID.deb
2625
```
2726

28-
### Mac OS X Mojave
29-
30-
Tap the `kframework/k` bottle then install the downloaded `kevm` bottle:
31-
32-
```sh
33-
brew tap kframework/k "file:///$(pwd)"
34-
brew install "kevm--X.Y.Z.mojave.bottle.tar.gz" -v
35-
```
36-
3727
Building Packages
3828
-----------------
3929

0 commit comments

Comments
 (0)