Skip to content

Commit 7476ac0

Browse files
authored
Merge pull request #1608 from jannotti/absenteeism
Absenteeism
2 parents 5bef083 + 738fdc0 commit 7476ac0

File tree

17 files changed

+783
-633
lines changed

17 files changed

+783
-633
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
SRCPATH := $(shell pwd)
2-
OS_TYPE ?= $(shell $(SRCPATH)/mule/scripts/ostype.sh)
3-
ARCH ?= $(shell $(SRCPATH)/mule/scripts/archtype.sh)
4-
ifeq ($(OS_TYPE), darwin)
5-
ifeq ($(ARCH), arm64)
6-
export CPATH=/opt/homebrew/include
7-
export LIBRARY_PATH=/opt/homebrew/lib
8-
endif
9-
endif
101
export GOPATH := $(shell go env GOPATH)
11-
GOPATH1 := $(firstword $(subst :, ,$(GOPATH)))
122

133
GOLDFLAGS += -X github.com/algorand/indexer/v3/version.Hash=$(shell git log -n 1 --pretty="%H")
144
GOLDFLAGS += -X github.com/algorand/indexer/v3/version.CompileTime=$(shell date -u +%Y-%m-%dT%H:%M:%S%z)

api/generated/common/routes.go

Lines changed: 182 additions & 179 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/generated/common/types.go

Lines changed: 65 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)