Skip to content

Commit bdd37c1

Browse files
authored
Update Ubuntu version for Ur/Web (#9463)
* Baseline Ur/Web configuration now works building the Ur/Web compiler and runtime from source * Update Ur/Web MySQL baseline * Get current version of Ur/Web cached queries unbroken (and tag myself as maintainer) * For Ur/Web caching tests, switch to building Ur/Web from source * Update Ubuntu version for Ur/Web * Change Ur/Web's Ubuntu version to latest LTS
1 parent ce782ff commit bdd37c1

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

frameworks/Ur/urweb/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ To compile a standalone executable running on port 8080, run `urweb bench`. See
1919
`bench.ur` is the main source file. `bench.urs` is the signature file describing the module's exported functions. `bench.urp` is the project file giving compilation directives.
2020

2121
`benchmark_config.json` includes metadata for the framework comparison.
22-
23-
`__init__.py` and `setup.py` are for starting and stopping the Ur/Web server. `setup_mysql.py` is a variant using MySQL instead of PostgreSQL.

frameworks/Ur/urweb/urweb-cache.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:24.04
22

33
ADD ./ /urweb
44
WORKDIR /urweb

frameworks/Ur/urweb/urweb-mysql-cache.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:24.04
22

33
ADD ./ /urweb
44
WORKDIR /urweb

frameworks/Ur/urweb/urweb-mysql.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:24.04
22

33
ADD ./ /urweb
44
WORKDIR /urweb

frameworks/Ur/urweb/urweb.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:24.04
22

33
ADD ./ /urweb
44
WORKDIR /urweb

0 commit comments

Comments
 (0)