This commit is contained in:
		@@ -8,7 +8,7 @@ jobs:
 | 
				
			|||||||
    container:
 | 
					    container:
 | 
				
			||||||
      node:current-alpine
 | 
					      node:current-alpine
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - run: apk add git tar cmake make g++ linux-headers python3 xxd liburing-dev
 | 
					      - run: apk add git tar cmake make g++ linux-headers python3 xxd
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - run: npm ci
 | 
					      - run: npm ci
 | 
				
			||||||
        working-directory: frontend
 | 
					        working-directory: frontend
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,14 @@ CPMAddPackage(
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if(uring_ADDED)
 | 
					if(uring_ADDED)
 | 
				
			||||||
 | 
					    add_custom_command(
 | 
				
			||||||
 | 
					        OUTPUT ${uring_SOURCE_DIR}/include/liburing/compat.h
 | 
				
			||||||
 | 
					        COMMAND ${uring_SOURCE_DIR}/configure
 | 
				
			||||||
 | 
					        WORKING_DIRECTORY ${uring_SOURCE_DIR}
 | 
				
			||||||
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    add_library(uring STATIC
 | 
					    add_library(uring STATIC
 | 
				
			||||||
 | 
					        ${uring_SOURCE_DIR}/include/liburing/compat.h
 | 
				
			||||||
        ${uring_SOURCE_DIR}/src/setup.c
 | 
					        ${uring_SOURCE_DIR}/src/setup.c
 | 
				
			||||||
        ${uring_SOURCE_DIR}/src/queue.c
 | 
					        ${uring_SOURCE_DIR}/src/queue.c
 | 
				
			||||||
        ${uring_SOURCE_DIR}/src/register.c
 | 
					        ${uring_SOURCE_DIR}/src/register.c
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user