Fixing up control files for wsl in making of debs
This commit is contained in:
parent
e09feb7b6a
commit
e686790bc1
24
.github/workflows/buildLoadup.yml
vendored
24
.github/workflows/buildLoadup.yml
vendored
@ -336,10 +336,10 @@ jobs:
|
||||
runs-on: macos-14
|
||||
|
||||
needs: [sentry, loadup]
|
||||
if: |
|
||||
needs.sentry.outputs.release_not_built == 'true'
|
||||
|| inputs.force == 'true'
|
||||
# if: false
|
||||
# if: |
|
||||
# needs.sentry.outputs.release_not_built == 'true'
|
||||
# || inputs.force == 'true'
|
||||
if: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@ -407,9 +407,10 @@ jobs:
|
||||
runs-on: windows-2022
|
||||
|
||||
needs: [sentry, loadup, linux_installer]
|
||||
if: |
|
||||
needs.sentry.outputs.release_not_built == 'true'
|
||||
|| inputs.force == 'true'
|
||||
if: false
|
||||
# if: |
|
||||
# needs.sentry.outputs.release_not_built == 'true'
|
||||
# || inputs.force == 'true'
|
||||
|
||||
outputs:
|
||||
cygwin_installer: ${{ steps.compile_iss.outputs.CYGWIN_INSTALLER }}
|
||||
@ -510,9 +511,10 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
needs: [sentry, loadup, linux_installer, macos_installer, cygwin_installer]
|
||||
if: |
|
||||
needs.sentry.outputs.release_not_built == 'true'
|
||||
|| inputs.force == 'true'
|
||||
if: false
|
||||
# if: |
|
||||
# needs.sentry.outputs.release_not_built == 'true'
|
||||
# || inputs.force == 'true'
|
||||
|
||||
steps:
|
||||
|
||||
@ -611,7 +613,7 @@ jobs:
|
||||
outputs:
|
||||
build_successful: ${{ steps.output.outputs.build_successful }}
|
||||
|
||||
needs: [sentry, loadup, downloads_page]
|
||||
needs: [sentry, loadup]
|
||||
|
||||
steps:
|
||||
# Delete the tarballs artifact
|
||||
|
||||
9
installers/deb/control-wsl2
Normal file
9
installers/deb/control-wsl2
Normal file
@ -0,0 +1,9 @@
|
||||
Package: medley-interlisp
|
||||
Version: 1.0.0
|
||||
Release: --RELEASE--
|
||||
Maintainer: info@interlisp.org
|
||||
Description: Medley Interlisp for Linux
|
||||
Homepage: https://github.com/interlisp/medley
|
||||
Architecture: --ARCH--
|
||||
Depends: wslu ( >= 4.1 ) | wslu ( << 4.0 ), tigervnc-standalone-server, tigervnc-xorg-extension
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user