Opened 14 months ago
Closed 14 months ago
#19057 closed enhancement (fixed)
ruby-3.3.0
Reported by: | Xi Ruoyao | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (4)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
It looks like the test suite is installing gem packages online, then we should add &test-use-internet.
comment:3 by , 14 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 14 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
e394cf6300 Update to exempi-2.6.5. c29909c877 Update to Net-DNS-1.42 (Perl module). c4f5f1e082 Update to ruby-3.3.0. 1251fe7595 Update to doxygen-1.10.0.
Note:
See TracTickets
for help on using tickets.
We are running the test suite after installation, but then if we used "sudo" to install the package some tests will fail because some files in the build directory are owned by root after an installation.
Not sure if we can simply run the test before installation.
Or we can chown -R the directory back after the installation.