Skip to content

Commit

Permalink
Fixed bug affeecting gf180mcu PDK builds
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jul 2, 2024
1 parent a8a3d1f commit 0dea0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion volare/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.18.0"
__version__ = "0.18.1"

if __name__ == "__main__":
print(__version__, end="")
4 changes: 2 additions & 2 deletions volare/build/gf180mcu.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,12 @@ def build(

build_variants(
magic_bin,
library_set,
build_directory,
open_pdks_path,
library_set,
log_dir,
jobs,
),
)
install_gf180mcu(build_directory, pdk_root, version)

if clear_build_artifacts:
Expand Down

0 comments on commit 0dea0d1

Please sign in to comment.