-
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.
Several changes to allow Ubuntu 22.04 builds (#2020)
* Bump osc_machete_rails sqlite3 versions in myjobs to support Ruby 3.0 * Run unit tests with Ruby 3.0.2 to catch issues with Ubuntu 22.04 * Need tzdata for Ubuntu packages * Allow bundler 2.x * Add rss gem explicitely. It's required but gem not installed with Ruby 3.0 * Attempt to make kwargs work with Ruby 2.7 and 3.0 https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ * Need webrick for dashboard tests on Ruby 3.0
- Loading branch information
Showing
7 changed files
with
20 additions
and
8 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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Section: unknown | |
Priority: optional | ||
Maintainer: Ohio Supercomputer Center <[email protected]> | ||
Build-Depends: debhelper (>=11~), curl, build-essential, | ||
ruby, ruby-dev, | ||
ruby, ruby-dev, tzdata, | ||
nodejs (>= 14.0), nodejs (<< 15.0), | ||
sqlite, libsqlite3-dev, python3 | ||
Standards-Version: 4.1.4 | ||
|
@@ -13,7 +13,7 @@ Package: ondemand | |
Architecture: any | ||
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, | ||
ruby, apache2, sudo, lsof, lua-posix, | ||
ruby, apache2, sudo, lsof, lua-posix, tzdata, | ||
nodejs (>= 14.0), nodejs (<< 15.0), | ||
ondemand-nginx (= 1.20.2), ondemand-passenger (= 6.0.14) | ||
Description: Open OnDemand is an open source release of the Ohio SuperComputer Center's | ||
|