Releases: chipsalliance/firtool-resolver
Releases · chipsalliance/firtool-resolver
Firtool Resolver v2.0.0
What's Changed
- Remove dependency on os-lib by @jackkoenig in #16
- Change to "mostly-statically linked" jar by @jackkoenig in #17
- Remove dependency on scribe, use minimal logging shim by @jackkoenig in #18
- Check if default version of firtool is installed before fetching by @jackkoenig in #19
- Add Scala 2.12 support by @jackkoenig in #20
- Add scalacOptions to ensure we release for Java 8 by @jackkoenig in #21
Full Changelog: v1.3.0...v2.0.0
Firtool Resolver v1.3.0
What's Changed
- Namespace environment variables with
CHISEL_
by @jackkoenig in #14- Rename
FIRTOOL_PATH
toCHISEL_FIRTOOL_PATH
- Rename
FIRTOOL_CACHE
toCHISEL_FIRTOOL_CACHE
- Rename
Full Changelog: v1.2.0...v1.3.0
Firtool Resolver v1.2.0
What's Changed
- firtool-resolver will now fetch llvm-firtool for current platform by @jackkoenig in #12
- Bump firtool-resolver dependencies by @jackkoenig in #13
com.lihaoyi::os-lib
0.9.1 -> 0.9.2com.outr::scribe
3.11.5 -> 3.13.0io.get-coursier::coursier
2.1.5 -> 2.1.8
Full Changelog: v1.1.0...v1.2.0
Firtool Resolver v1.1.0
What's Changed
- Improve behavior of FIRTOOL_PATH in firtool-resolver by @jackkoenig in #11
- If FIRTOOL_PATH is set, the --version regex failing no longer will return fail, instead it will set version to .
- If FIRTOOL_PATH is set and something fails (firtool not found or cannot execute the binary), then the error will be returned rather than firtool-resolver falling back to fetching the default version.
- Errors from running firtool will be logged and returned rather than unconditionally turned into "Firtool binary not on FIRTOOL_PATH".
Full Changelog: v1.0.0...v1.1.0
Firtool Resolver v1.0.0
What's Changed
- Add CI by @jackkoenig in #1
- Add Windows and MacOS CI by @jackkoenig in #2
- Move towards version 1.0.0 by @jackkoenig in #3
- Configurable firtool version by @jackkoenig in #4
- Add workflow for publishing llvm-firtool by @jackkoenig in #5
- Add SNAPSHOT on push publishing for firtool-resolver by @jackkoenig in #6
- Change firtool-resolver default log level to warn by @jackkoenig in #7
- Improve thread safety by synchronizing binary copy by @jackkoenig in #8
New Contributors
- @jackkoenig made their first contribution in #1
Full Changelog: https://github.com/jackkoenig/firtool-resolver/commits/v1.0.0