Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 23, 2024
1 parent 198281b commit c2ca9eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ FROM runtimeverificationinc/kframework-k:ubuntu-noble-${K_COMMIT}
RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --yes \
curl \
libcrypto++-dev
curl

ARG USER_ID=1001
ARG GROUP_ID=1001
Expand Down
8 changes: 0 additions & 8 deletions ukm-semantics/test/execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module UKM-TEST-SYNTAX
imports RUST-EXECUTION-TEST-PARSING-SYNTAX
imports UKM-HOOKS-UKM-SYNTAX
syntax UkmInstruction ::= "ukmDecodePreprocessedCell"
syntax ExecutionItem ::= "mock" "CallData"
| "mock" "Caller"
| "mock" UkmHook UkmHookResult
Expand All @@ -29,8 +27,6 @@ endmodule
module UKM-TEST-EXECUTION
imports private COMMON-K-CELL
imports private RUST-EXECUTION-TEST-CONFIGURATION
imports private UKM-DECODING-SYNTAX
imports private UKM-ENCODING-SYNTAX
imports private UKM-EXECUTION-SYNTAX
imports private UKM-HOOKS-BYTES-CONFIGURATION
imports private UKM-HOOKS-BYTES-SYNTAX
Expand All @@ -39,10 +35,6 @@ module UKM-TEST-EXECUTION
imports private UKM-HOOKS-UKM-SYNTAX
imports private UKM-TEST-SYNTAX
// Patching the encoding result to decoding for test purposes
rule ukmEncodedPreprocessedCell(B:Bytes) ~> ukmDecodePreprocessedCell
=> ukmDecodePreprocessedCell(B)
syntax Mockable ::= UkmHook
rule
Expand Down

0 comments on commit c2ca9eb

Please sign in to comment.