Andrew Bird
Andrew Bird
> says there are no tests for rw open of ro files. DOS r/w open of files with DOS r/o attribute set, or Unix r/o file?
Does DOS have a concept of read-only device ( except floppies), or are CDROM files just presented as files with r/o attribute set?
> Do we have either? Definitely not r/o unix file, not sure about r/o DOS attribute, will need to check.
Seems to have been a transient failure, now running correctly with no changes needed. https://app.travis-ci.com/github/dosemu2/dosemu2/builds/243153750
Even just the download test takes ~1200 secs at GitHub. The same test is completed in under 60 secs locally. I think external bandwidth at GitHub is intentionally crippled. Probably...
The script doesn't use wget, it uses python urllib module instead. Maybe that's an option there too, but changes will need to be done to the install-freedos tool itself, rather...
Perhaps @jschwartzenberg can add it to the install-freedos repo?
Like this https://github.com/andrewbird/dosemu2/commit/179b640610639baaebab4c5b60de9beb1ce997b6. Is there any difference between using `-d` and specifying `compiletime-settings.devel` that I might be now be missing?
Ohh CI failing majorly!
> Except that -d no longer enables asan, and that's the whole point. Yes I get that, I just wondered if `-d` caused anything else other than to use the...