Fix bug which causes compilation to leave empty temporary files on Genera
Genera uses versioned pathnames. TMPIZE-PATHNAME creates a temporary file to ensure a unique name. If we leave that file, Genera will create a new version (i.e., version 2) when its caller opens the file for output. After that file is renamed, the original temporary file remains. Since Genera runs on a single core processor, the possibility of a name collision is minimal if not nil. So, don't keep the temporary file.
Status | Name | Job ID | Coverage | ||||||
---|---|---|---|---|---|---|---|---|---|
Build | |||||||||
passed | Build ASDF |
#5697
|
00:03:09
|
|
|||||
passed | Build docs |
#5698
|
00:06:53
|
|
|||||
Regression | |||||||||
passed | ABCL regression tests |
#5699
|
00:39:52
|
|
|||||
passed | CCL regression tests |
#5700
|
00:08:34
|
|
|||||
passed | ECL regression tests |
#5701
|
00:08:04
|
|
|||||
passed | SBCL regression tests |
#5702
|
00:06:03
|
|
|||||
Upgrade | |||||||||
failed | ABCL upgrade tests |
#5703
allowed to fail
|
00:35:33
|
|
|||||
passed | CCL upgrade tests |
#5704
|
00:06:56
|
|
|||||
passed | ECL upgrade tests |
#5705
|
00:23:23
|
|
|||||
passed | SBCL upgrade tests |
#5706
|
00:07:19
|
|
|||||
Name | Stage | Failure | ||
---|---|---|---|---|
failed
|
ABCL upgrade tests | Upgrade | ||
|