SHA256
1
0
forked from pool/juliaup
Commit Graph

3 Commits

Author SHA256 Message Date
Soc Virnyl Estela
a4c8a7bb63 - Update vendored dependencies.
- Restrict to Tier 1 architectures.
- Declare disk size to 8GB to avoid "No space left on device".

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=72
2023-03-01 10:14:48 +00:00
Soc Virnyl Estela
7bf047f169 - Update to version 1.8.14:
* 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
2022-12-18 15:00:51 +00:00
Soc Virnyl Estela
368124ed71 - Update to version 1.8.7:
* Fix bug in release workflow
  * Fix typo
  * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI
  * Update version db
  * chore: Release juliaup version 1.8.5
  * Add musl builds
  * Fix some final things for the CI update story
  * Use local version db if newer than bundled
  * Fix a renaming bug
  * Update version db
  * Tweak cache update algorithm
  * Fix a bug
  * Trigger version db update from launcher
  * Add download of version db
  * Track latest structure in build.rs
  * Update version db (#468)
  * Delete tempfile
  * Update version db
  * Add tempfile
  * Use correct platform strings
  * Update version db workflow
  * chore: Release juliaup version 1.8.1
  * Remove diagnostic output
  * chore: Release juliaup version 1.8.0
  * Move LTS version to top in version udpate script
  * Delete versions.json
  * Replace build.rs logic
  * Update version db
  * New updatedb script

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=63
2022-11-25 09:43:12 +00:00