Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 11, 2023
1 parent 82eeb9b commit 549075e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/Dockerfile.codespace
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ RUN dnf -y update \
make \
zlib-devel \
llvm-devel \
&& dnf clean all


COPY . /micm/
&& dnf clean all
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Your Development Environment",
"dockerFile": "Dockerfile.codespace",
"extensions": ["vscode.php"],
"extensions": [
"ms-vscode.cpptools"
],
"settings": {
"php.validate.executablePath": "/usr/local/bin/php",
"php.executablePath": "/usr/local/bin/php"
},
"postCreateCommand": "mkdir /build && cd /build && cmake -D CMAKE_BUILD_TYPE=debug -D ENABLE_CLANG_TIDY:BOOL=FALSE -D ENABLE_LLVM:BOOL=TRUE -D ENABLE_MEMCHECK:BOOL=TRUE /micm && make install -j 8"
"postCreateCommand": "mkdir /build && cd /build && cmake -D CMAKE_BUILD_TYPE=debug -D ENABLE_CLANG_TIDY:BOOL=FALSE -D ENABLE_LLVM:BOOL=TRUE -D ENABLE_MEMCHECK:BOOL=TRUE /workspaces/micm && make install -j 8"
}

0 comments on commit 549075e

Please sign in to comment.