mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Merge branch 'grpc@1.13.x' of https://github.com/grpc/grpc-node into upmerge
This commit is contained in:
		
						commit
						f0e9dfd85f
					
				|  | @ -33,6 +33,7 @@ do | |||
|   # Cross compile for ARM on x64 | ||||
|   # Requires debian or ubuntu packages "g++-aarch64-linux-gnu" and "g++-arm-linux-gnueabihf". | ||||
|   CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ LD=arm-linux-gnueabihf-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm | ||||
|   cp -r build/stage/* "${ARTIFACTS_OUT}"/ | ||||
|   CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ LD=aarch64-linux-gnu-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm64 | ||||
|   cp -r build/stage/* "${ARTIFACTS_OUT}"/ | ||||
| done | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue