-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu and Debian use NodeJS 20 from nodesource
Not more ppc64le for Ubuntu or Debian builds
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Ohio Supercomputer Center <[email protected]> | |
Build-Depends: debhelper (>=11~), curl, build-essential, | ||
tzdata, libxml2-dev, libxslt-dev, pkg-config, zlib1g-dev, liblzma-dev, | ||
ruby, ruby-dev, | ||
nodejs (>= 18.0), nodejs (<< 19.0), | ||
nodejs (>= 20.0), nodejs (<< 21.0), | ||
sqlite3, libsqlite3-dev, python3@EXTRA_DEPENDS@ | ||
Standards-Version: 4.1.4 | ||
Homepage: https://openondemand.org | ||
|
@@ -15,7 +15,7 @@ Architecture: any | |
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, | ||
ruby, apache2, sudo, lsof, lua-posix, tzdata, file, | ||
nodejs (>= 18.0), nodejs (<< 19.0), | ||
nodejs (>= 20.0), nodejs (<< 21.0), | ||
ondemand-nginx (= 1.26.1.p6.0.23.ood4.0), ondemand-passenger (= 6.0.23.ood4.0) | ||
Recommends: rclone | ||
Description: Open OnDemand is an open source release of the Ohio SuperComputer Center's | ||
|