7bf047f169
* Update comment * Raise signal twice * Handle signals in julialauncher * Make get_juliaup_home_path work when no depot exists * Update deps * Add a missing conditional compile * fix typo in src/operations.rs error message * add more context to error-paths when handling juliaup startup script section * implement assumption that juliaup-path must be valid UTF-8 * add indoc for better string literal formatting to dependencies * refactor shell-specific content generation into separate functions * move shell-script section header into global constant * Search depot path for existing juliaup dir * add unit tests for match_markers * add indoc as dev dependency for unit tests * fix some clippy lints in operations.rs * remove temporary rustfmt attribute to prevent formatting * adapt removal logic to work on bytes as well * adapt match_markers to work on bytes instead of strings * add generated byte vector to startup file instead of strings * generate vector of bytes instead of string for writing to file * add bstr to Cargo.toml and Cargo.lock - Change to 4GB of memory in _constraints OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=67
9 lines
135 B
XML
9 lines
135 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">4</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|