remove `export OPENLANE_TAG` from `openlane/Makefile`

This commit is contained in:
mo-hosni 2023-05-28 06:58:46 -07:00
parent 6b0b004f25
commit ab4e8d87a5
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
# SPDX-License-Identifier: Apache-2.0
MAKEFLAGS+=--warn-undefined-variables
export OPENLANE_TAG=ed194238ac359aca044c54fa8cbbbd12280e1a8c
export OPENLANE_RUN_TAG ?= $(shell date '+%y_%m_%d_%H_%M')
OPENLANE_TAG ?=ed194238ac359aca044c54fa8cbbbd12280e1a8c
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)